Upload config.json
Browse files- 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,
|