Upload tokenizer
Browse files- special_tokens_map.json +4 -0
- tokenizer_config.json +0 -3
special_tokens_map.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pad_token": "|",
|
| 3 |
+
"unk_token": "<unk>"
|
| 4 |
+
}
|
tokenizer_config.json
CHANGED
|
@@ -18,10 +18,7 @@
|
|
| 18 |
"special": true
|
| 19 |
}
|
| 20 |
},
|
| 21 |
-
"additional_special_tokens": null,
|
| 22 |
-
"backend": "custom",
|
| 23 |
"clean_up_tokenization_spaces": true,
|
| 24 |
-
"is_local": false,
|
| 25 |
"is_uroman": false,
|
| 26 |
"language": "div",
|
| 27 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 18 |
"special": true
|
| 19 |
}
|
| 20 |
},
|
|
|
|
|
|
|
| 21 |
"clean_up_tokenization_spaces": true,
|
|
|
|
| 22 |
"is_uroman": false,
|
| 23 |
"language": "div",
|
| 24 |
"model_max_length": 1000000000000000019884624838656,
|