fasttext-en-nearest-neighbors should be fasttext-english-nearest-neighbors

#1
by StephanAkkerman - opened

In the example using nearest neighbors the huggingface link does not work, it should be using fasttext-english-nearest-neighbors as repo_id instead.

The output seems to be the same for the repo_id fasttext-en-vectors and fasttext-english-nearest-neighbors.
That is: [(0.7803311944007874, 'loaf'), (0.7558791637420654, 'bread-'), (0.7321020364761353, 'breads'), (0.7222297787666321, 'bread.But'), (0.721259355545044, 'bread.The')]

Sign up or log in to comment