facebookresearch / MUSE

A library for Multilingual Unsupervised or Supervised word Embeddings
Other
3.18k stars 544 forks source link

The difference between fasttext aligned word vectors #109

Closed 1049451037 closed 5 years ago

1049451037 commented 5 years ago

Hi, I noticed that fasttext also released a set of cross-lingual word vectors. So which one is better to use?

glample commented 5 years ago

Ah, yes. The set of fastText word vectors is better, but this was trained in a supervised way. If you use it it should give better results.

1049451037 commented 5 years ago

OK, thanks!