Upload tokenizer
Browse files- special_tokens_map.json +8 -2
- tokenizer_config.json +1 -0
special_tokens_map.json
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"pad_token":
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"pad_token": {
|
| 3 |
+
"content": "[PAD]",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
}
|
| 9 |
+
}
|
tokenizer_config.json
CHANGED
|
@@ -43,5 +43,6 @@
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": true,
|
| 45 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 46 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 47 |
}
|
|
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": true,
|
| 45 |
"model_max_length": 1000000000000000019884624838656,
|
| 46 |
+
"pad_token": "[PAD]",
|
| 47 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 48 |
}
|