You can find the unit theory here.
First check that you have the requirements listed here.
IMPORTANT: Before runing the following commands ensure that you are inside the unit folder.
You only need to run this command once
docker-compose build
If you want to modify the hyperparameters you can do it in the configuration file Huggy_train_params.yaml.
docker-compose run train
Each training run will create a folder in "runs/train/<DATETIME>/". You will find there the experiment outputs (parameters used, model checkpoints...).
Before pushing the model to the Hub YOU MUST edit the file model_to_hub.sh. You should at least change the RUN_ID (<DATETIME> of your training run) and the REPO_ID to push the model to you personal repository.
docker-compose run model_to_hub