sparrow8i8 commited on
Commit
cead2bb
·
verified ·
1 Parent(s): b157bf8

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +2 -3
tokenizer_config.json CHANGED
@@ -2062,6 +2062,5 @@
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
  "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
- "unk_token": null,
2066
- "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{ '<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n' + message['content'] + '<|eot_id|>' }}{% elif message['role'] == 'user' %}{{ '<|start_header_id|>user<|end_header_id|>\n' + message['content'] + '<|eot_id|>' }}{% elif message['role'] == 'assistant' %}{{ '<|start_header_id|>assistant<|end_header_id|>\n' + message['content'] + '<|eot_id|>' }}{% endif %}{% endfor %}"
2067
- }
 
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
  "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
+ "unk_token": null
2066
+ }