Remove unused "chat_template"
Browse filesHello!
## Pull Request overview
* Remove unused "chat_template"
## Details
This should help get rid of this warning:

cc @sclincha @slupart
- Tom Aarsen
- 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
|