Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -2074,5 +2074,6 @@
|
|
2074 |
"attention_mask"
|
2075 |
],
|
2076 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
2077 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2078 |
}
|
|
|
2074 |
"attention_mask"
|
2075 |
],
|
2076 |
"model_max_length": 1000000000000000019884624838656,
|
2077 |
+
"pad_token": "<|end_of_text|>",
|
2078 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2079 |
}
|