Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -116,5 +116,6 @@
|
|
116 |
"clean_up_tokenization_spaces": true,
|
117 |
"eos_token": ">>TITLE<<",
|
118 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
119 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
120 |
}
|
|
|
116 |
"clean_up_tokenization_spaces": true,
|
117 |
"eos_token": ">>TITLE<<",
|
118 |
"model_max_length": 1000000000000000019884624838656,
|
119 |
+
"pad_token": ">>TITLE<<",
|
120 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
121 |
}
|