Integrates Pytorch lightning + Hydra + Neptune for LM finetuning
python main.py
python main.py --offline
python main.py --debug
python main.py --override fixed
This will start using the fixed
lr scheduler instead of the linear_with_warmup
mentioned in configs/config.yaml
. Override can be comma separated config names that we want to override for each category (e.g., --override fixed,adamw,rtx_2080
.