Spaces:
Sleeping
Sleeping
File size: 394 Bytes
626eca0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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-base # used to name the model in wandb and output dir
project_name: relik-reader # used to name the project in wandb
defaults:
- _self_
- training: base
- model: base
- data: base
|