Skip to content

n0obcoder/Skip-Gram-Model-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skip-Gram-Model-PyTorch

PyTorch implementation of the word2vec (skip-gram model) and visualization of the trained embeddings using TSNE !

2D representaion of some of the trained word embeddings

Requirements

  • torch >= 1.4
  • numpy >= 1.18
  • matplotlib
  • tqdm
  • nltk
  • gensim

Training

python main.py

Inference/Testing

python test.py

About

PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages