File size: 527 Bytes
2f044c1
 
 
 
 
 
 
 
 
 
 
 
 
 
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-retriever-relik-entity-linking-aida-wikipedia-twin-no-pere  # -start-end-mask-0.001  # used to name the model in wandb and output dir
project_name: relik-reader # used to name the project in wandb
offline: false  # if true, wandb will not be used

defaults:
  - _self_
  - training: base
  - model: base
  - data: base