Train Word2Vec and FastText word embedding model
The models are going to trained on corpus_name
There are 4 models going to train:
-
Word2Vec with CBOW (Continuous Bag of Words)
-
Word2Vec with Skip-Gram
-
FastText with CBOW
-
FastText with Skip-Gram