Ensure you are on Python 3.8+
Install dependencies:
pip install -r requirements.txt
Login to HuggingFace within your terminal:
huggingface-cli login
Start training:
python train.py <config_path> <hf_repo_id>
Ensure you are on Python 3.8+
Install dependencies:
pip install -r requirements.txt
Login to HuggingFace within your terminal:
huggingface-cli login
Start training:
python train.py <config_path> <hf_repo_id>