| # 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 | |