gszabo commited on
Commit
01d1604
·
1 Parent(s): edf4345

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base-hu",
3
  "architectures": [
4
  "XLMRobertaForMaskedLM"
5
  ],
@@ -14,7 +14,7 @@
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
- "model_type": "xlm-roberta-hu",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "output_past": true,
 
1
  {
2
+ "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForMaskedLM"
5
  ],
 
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "output_past": true,