TheBloke commited on
Commit
15cc7d9
1 Parent(s): bedc4e4

AWQ model commit

Browse files
Files changed (3) hide show
  1. added_tokens.json +4 -0
  2. tokenizer.model +3 -0
  3. tokenizer_config.json +1 -0
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|end_of_turn|>": 32000,
3
+ "<|pad_0|>": 32001
4
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json CHANGED
@@ -46,6 +46,7 @@
46
  "<|pad_0|>"
47
  ],
48
  "bos_token": "<s>",
 
49
  "clean_up_tokenization_spaces": false,
50
  "eos_token": "<|end_of_turn|>",
51
  "legacy": true,
 
46
  "<|pad_0|>"
47
  ],
48
  "bos_token": "<s>",
49
+ "chat_template": "{{ bos_token }}{% for message in messages %}{{ 'GPT4 Correct ' + message['role'].title() + ': ' + message['content'] + '<|end_of_turn|>'}}{% endfor %}{% if add_generation_prompt %}{{ 'GPT4 Correct Assistant:' }}{% endif %}",
50
  "clean_up_tokenization_spaces": false,
51
  "eos_token": "<|end_of_turn|>",
52
  "legacy": true,