Harsha909's picture
Upload 14 files
6dc9765 verified
Raw
History Blame Contribute Delete
307 Bytes
# Required to make the "experiments" dir the default one for the output of the models
hydra:
run:
dir: ./experiments/${train.model_name}/${now:%Y-%m-%d}/${now:%H-%M-%S}
defaults:
- train: deberta
- model: deberta
- data: consec_dataset
- tokenizer: deberta
- callbacks: raganato