Skip-Gram-Model-PyTorch PyTorch implementation of the word2vec (skip-gram model) and visualization of the trained embeddings using TSNE ! Requirements torch >= 1.4 numpy >= 1.18 matplotlib tqdm nltk gensim Training python main.py Inference/Testing python test.py