# Required to make the "experiments" dir the default one for the output of the models | |
hydra: | |
run: | |
dir: ./experiments/${model_name}/${now:%Y-%m-%d}/${now:%H-%M-%S} | |
model_name: relik-reader-deberta-small-io-10 # -start-end-mask-0.001 # used to name the model in wandb and output dir | |
project_name: relik-io # used to name the project in wandb | |
offline: false # if true, wandb will not be used | |
defaults: | |
- _self_ | |
- training: small | |
- model: small | |
- data: small | |