Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fasttext

Gensim Fasttext Cannot Get Latest Training Loss

Problem description It seems that the get_latest_training_loss function in fasttext returns only 0.… Read more Gensim Fasttext Cannot Get Latest Training Loss

How To Find Similar Words With Fasttext?

I am playing around with FastText, https://pypi.python.org/pypi/fasttext,which is quite similar to … Read more How To Find Similar Words With Fasttext?

Difference Between Fasttext .vec And .bin File

I recently downloaded fasttext pretrained model for english. I got two files: wiki.en.vec wiki.en.… Read more Difference Between Fasttext .vec And .bin File

Proper Way To Add New Vectors For OOV Words

I'm using some domain-specific language which have a lot of OOV words as well as some typos. I … Read more Proper Way To Add New Vectors For OOV Words