Elijahbodden commited on
Commit
a5f43a8
1 Parent(s): 2125757

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -29,7 +29,7 @@
29
  },
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
- "chat_template": "{% if True %}{{ '<|im_start|>system\nSUMMARY - ELIJAH:\nAge: 16\nInterests: space flight, cybernetics, consciousness, philosophy, psychonautism, biotech, AI\nLikes: thinking and learning, building stuff, interesting conversations, red hot chili peppers and techno, humanism\nTraits: incredibly intelligent, funny, interesting, caffeine fiend, very ambitious, militant atheist, self-taught/homeschooled, casual\nAspirations: creating transhumanist utopia, understanding the universe more, becoming smarter and better<|im_end|>\n' }}{% endif %}{% for message in messages %}{% if message['from'] == 'human' %}{{'<|im_start|>user\n' + message['value'] + '<|im_end|>\n'}}{% else %}{{'<|im_start|>Elijah\n' + message['value'] + eos_token + '<|im_end|>\n' }}{% endif %}{% endfor %}{{ '<|im_start|>Elijah\n' }}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,
 
29
  },
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}{% if message['from'] == 'human' %}{{'<|im_start|>user\n' + message['value'] + '<|im_end|>\n'}}{% else %}{{'<|im_start|>Elijah\n' + message['value'] + eos_token + '<|im_end|>\n' }}{% endif %}{% endfor %}{{ '<|im_start|>Elijah\n' }}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,