awesome-embedding-models
A curated list of awesome embedding models tutorials, projects and communities.
File Explorer
Download Latest Version (.zip)- baseline.py
- README.md
- requirements.txt
- skip-gram.py
- skip-gram_with_ns.py
- utils.py
- skip-gram_with_ng.ipynb
- .gitignore
- LICENSE
- README.md
๐ Installation Guide
1. Get the code
git clone https://github.com/Hironsan/awesome-embedding-models
Downloads the entire project code from GitHub to your computer.
cd awesome-embedding-models
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r examples/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
