Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"num_attention_heads": 12,
|
15 |
"num_hidden_layers": 12,
|
16 |
"pad_token_id": 1,
|
17 |
-
"tokenizer_class": "
|
18 |
"type_vocab_size": 2,
|
19 |
"vocab_size": 50000
|
20 |
}
|
|
|
14 |
"num_attention_heads": 12,
|
15 |
"num_hidden_layers": 12,
|
16 |
"pad_token_id": 1,
|
17 |
+
"tokenizer_class": "XLMTokenizer",
|
18 |
"type_vocab_size": 2,
|
19 |
"vocab_size": 50000
|
20 |
}
|