Homework2 of NLP: Word2Vec
python dataset.py for demo dataset
python train.py --embedding_dim 300 --wordnet_freq 0 for Word2Vec
python train.py --embedding_dim 300 --wordnet_freq 5 for Word2Vec using WordNet at a frequency of 5.
All the results (loss and testing score) will be stored in the directory.
python eval.py --load_path model_path