Is it possible to create a word embedding in Ruby without using OpenAI
francescoagati opened this issue · 3 comments
I am currently working on a project that requires the creation of a word embedding for a given text. However, I am not sure if it is possible to do this in Ruby without using OpenAI. I have looked into various libraries such as gensim and fasttext, but I am not sure if they support creating word embeddings from scratch.
If anyone has any experience or advice on creating word embeddings in Ruby without using OpenAI, I would greatly appreciate any guidance or recommendations. Thank you in advance for your help.
Hi @francescoagati, can you explain more about what you're trying to do?
i would like to generate word embedding without use the openai api. there is an equivalient library in ruby? the only code that i have find is this https://github.com/ankane/torch.rb/blob/master/tutorials/nlp/word_embeddings.md
Please use Stack Overflow for this.