Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -29,5 +29,6 @@
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
32 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
33 |
}
|
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"model_max_length": 1000000000000000019884624838656,
|
32 |
+
"padding_side": "left",
|
33 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
34 |
}
|