Install Packages:
Run the following command to install the required dependencies:
pip install -r requirements.txt
Run the Notebook.
Notes:
The second code block in the notebook handles Hugging Face login, which is required to upload the trained model. You need to generate an access token from Hugging Face.
It is highly recommended to use a GPU instead of a CPU, as training time is reduced by a factor of 24x when using a GPU.