Upload config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
|
|
|
|
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"XLMRobertaForEstimation"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoModel": "modelling_xlm_roberta.XLMRobertaForEstimation"
|
7 |
+
},
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"bos_token_id": 0,
|
10 |
"eos_token_id": 2,
|