acc
commited on
Commit
·
90261d4
1
Parent(s):
75fa55f
Upload tokenizer_config.json
Browse files- tokenizer_config.json +11 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": null,
|
| 3 |
+
"eos_token": "</s>",
|
| 4 |
+
"extra_ids": 0,
|
| 5 |
+
"name_or_path": "google/mt5-small",
|
| 6 |
+
"pad_token": "<pad>",
|
| 7 |
+
"sp_model_kwargs": {},
|
| 8 |
+
"special_tokens_map_file": "/root/.cache/huggingface/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276",
|
| 9 |
+
"tokenizer_class": "T5Tokenizer",
|
| 10 |
+
"unk_token": "<unk>"
|
| 11 |
+
}
|