arxyzan commited on
Commit
53709b9
1 Parent(s): f1dbd98

Update model_config.yaml

Browse files
Files changed (1) hide show
  1. model_config.yaml +2 -2
model_config.yaml CHANGED
@@ -1,6 +1,6 @@
1
- name: bert_lm
2
  config_type: model
3
- task: language_modeling
4
  activation: gelu
5
  attention_dropout: 0.1
6
  dim: 768
 
1
+ name: bert
2
  config_type: model
3
+ task: backbone
4
  activation: gelu
5
  attention_dropout: 0.1
6
  dim: 768