Commit
·
9931c24
1
Parent(s):
3188a7a
Upload tokenizer_config.json
Browse files- tokenizer_config.json +6 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "roberta",
|
3 |
+
"max_position_embeddings": 514,
|
4 |
+
"type_vocab_size": 1,
|
5 |
+
"vocab_size": 10261
|
6 |
+
}
|