Remove unused "chat_template" (#2)
Browse files- Remove unused "chat_template" (9bf3daec96c3a0a2c876184f3e6b2d9c679f3f8b)
Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>
- tokenizer_config.json +0 -1
tokenizer_config.json
CHANGED
|
@@ -24,7 +24,6 @@
|
|
| 24 |
"model_max_length": 131072,
|
| 25 |
"padding_side": "left",
|
| 26 |
"pad_token": "<|endoftext|>",
|
| 27 |
-
"chat_template": null,
|
| 28 |
"split_special_tokens": false,
|
| 29 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 30 |
"unk_token": null
|
|
|
|
| 24 |
"model_max_length": 131072,
|
| 25 |
"padding_side": "left",
|
| 26 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 27 |
"split_special_tokens": false,
|
| 28 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 29 |
"unk_token": null
|