Skip to content

newtonapple/nlp-with-transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing with Transformers

This is repository based on nlp-with-transformers. It contains some of my own notes as I read through the book and work through the code. Since I use an Apple Sillicon computer, I also modified the dependencies to work on M1 / M2 machines.

Installation for MacOS with M1 or M2 processors

Assuming Python3 is already installed.

brew install h5fs
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements/dev.txt

About

Personal notes on the book: Natural Language Processing with Transformers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published