Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"clean_up_tokenization_spaces": false,
|
| 13 |
"model_max_length": 64,
|
| 14 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 15 |
"padding_side": "right",
|
| 16 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 17 |
}
|
|
|
|
| 12 |
"clean_up_tokenization_spaces": false,
|
| 13 |
"model_max_length": 64,
|
| 14 |
"pad_token": "<|endoftext|>",
|
| 15 |
+
"padding": true,
|
| 16 |
"padding_side": "right",
|
| 17 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 18 |
}
|