hotchpotch
commited on
Commit
•
7242253
1
Parent(s):
82249ab
Fix max position
Browse files- config.json +1 -1
config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"LABEL_0": 0
|
20 |
},
|
21 |
"layer_norm_eps": 1e-05,
|
22 |
-
"max_position_embeddings":
|
23 |
"model_type": "xlm-roberta",
|
24 |
"num_attention_heads": 12,
|
25 |
"num_hidden_layers": 6,
|
|
|
19 |
"LABEL_0": 0
|
20 |
},
|
21 |
"layer_norm_eps": 1e-05,
|
22 |
+
"max_position_embeddings": 512,
|
23 |
"model_type": "xlm-roberta",
|
24 |
"num_attention_heads": 12,
|
25 |
"num_hidden_layers": 6,
|