facebookresearch / UnsupervisedMT

Phrase-Based & Neural Unsupervised Machine Translation
Other
1.51k stars 262 forks source link

How long would it take for you to train fastText? #81

Closed yongchanghao closed 5 years ago

yongchanghao commented 5 years ago

I have to run fastText for days to get a .vec file. Is it a regular situation?

glample commented 5 years ago

Yes or you can download pretrained fastText embeddings on the fastText website. It's probably better to retrain them though, so that you match exactly the domain of your training set, and that the vocabulary is identical.

yongchanghao commented 5 years ago

Yes or you can download pretrained fastText embeddings on the fastText website. It's probably better to retrain them though, so that you match exactly the domain of your training set, and that the vocabulary is identical.

Thank you very much :)