michelleyunun
commited on
Commit
•
176911a
1
Parent(s):
be652e3
Upload tokenizer
Browse files- special_tokens_map.json +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +6 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "<end>"
|
3 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"eos_token": "<end>",
|
4 |
+
"model_max_length": 1000000000000000019884624838656,
|
5 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
+
}
|