Skip to content

A basic word2vec implementation in a single file

Notifications You must be signed in to change notification settings

ibercovich/word2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word2vec from scratch

start here

  • Updated to avoid deprecated libraries like Torchtext
  • Merged into a single file app since it's intended for learning
  • Added hugging face datasets for training data
  • Improved performance on some CPU tasks
  • Removed a lot of redundancy between SkipGrams and CBOW

Based on https://github.com/OlgaChernytska/word2vec-pytorch

About

A basic word2vec implementation in a single file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published