PrashantRanjan09 / WordEmbeddings-Elmo-Fasttext-Word2Vec

Using pre trained word embeddings (Fasttext, Word2Vec)
158 stars 31 forks source link

Error when running code #3

Closed usmaann closed 5 years ago

usmaann commented 5 years ago

hello , i get below mentioned error when i tried to train model with W2V, Fastttext

image

please advise. thnx

PrashantRanjan09 commented 5 years ago

@usmaann : The error suggests that you didn't specify the "option" parameter in the config file. In config.json specify “option” as 0 – Word2vec, 1 – Gensim FastText, 2- Fasttext (FAIR), 3- ELMo.

This should solve your problem.