vince62s commited on
Commit
20a035f
·
verified ·
1 Parent(s): 6bee07d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "XLMRobertaForEstimation"
4
  ],
5
  "auto_map": {
 
6
  "AutoModel": "modelling_xlm_roberta.XLMRobertaForEstimation"
7
  },
8
  "attention_probs_dropout_prob": 0.1,
 
3
  "XLMRobertaForEstimation"
4
  ],
5
  "auto_map": {
6
+ "AutoConfig": "configuration_xlm_roberta.XLMRobertaConfig",
7
  "AutoModel": "modelling_xlm_roberta.XLMRobertaForEstimation"
8
  },
9
  "attention_probs_dropout_prob": 0.1,