sparrow8i8 commited on
Commit
e58f0a4
·
verified ·
1 Parent(s): 89026be

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
@@ -13,6 +13,5 @@
13
  "model_max_length": 131072,
14
  "pad_token": "<|finetune_right_pad_id|>",
15
  "padding_side": "right",
16
- "tokenizer_class": "TokenizersBackend",
17
- "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 %}"
18
- }
 
13
  "model_max_length": 131072,
14
  "pad_token": "<|finetune_right_pad_id|>",
15
  "padding_side": "right",
16
+ "tokenizer_class": "TokenizersBackend"
17
+ }