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.
Assuming Python3 is already installed.
brew install h5fs
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements/dev.txt