intervitens commited on
Commit
0e7e002
·
verified ·
1 Parent(s): e5752c3

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -5
tokenizer_config.json CHANGED
@@ -49,7 +49,7 @@
49
  "special": true
50
  },
51
  "128006": {
52
- "content": "<|im_start|>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
@@ -73,7 +73,7 @@
73
  "special": true
74
  },
75
  "128009": {
76
- "content": "<|im_end|>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
@@ -145,7 +145,7 @@
145
  "special": true
146
  },
147
  "128018": {
148
- "content": "<|reserved_special_token_10|>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
@@ -153,7 +153,7 @@
153
  "special": true
154
  },
155
  "128019": {
156
- "content": "<|reserved_special_token_11|>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
@@ -2050,9 +2050,9 @@
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
- "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|im_end|>",
 
2056
  "model_input_names": [
2057
  "input_ids",
2058
  "attention_mask"
 
49
  "special": true
50
  },
51
  "128006": {
52
+ "content": "<|start_header_id|>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
 
73
  "special": true
74
  },
75
  "128009": {
76
+ "content": "<|eot_id|>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
 
145
  "special": true
146
  },
147
  "128018": {
148
+ "content": "<|im_start|>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
 
153
  "special": true
154
  },
155
  "128019": {
156
+ "content": "<|im_end|>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
 
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
 
2053
  "clean_up_tokenization_spaces": true,
2054
  "eos_token": "<|im_end|>",
2055
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2056
  "model_input_names": [
2057
  "input_ids",
2058
  "attention_mask"