Upload tokenizer
Browse files- special_tokens_map.json +1 -7
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
@@ -11,13 +11,7 @@
|
|
11 |
"<pad>",
|
12 |
"<eos>"
|
13 |
],
|
14 |
-
"eos_token":
|
15 |
-
"content": "<|im_end|>",
|
16 |
-
"lstrip": false,
|
17 |
-
"normalized": false,
|
18 |
-
"rstrip": false,
|
19 |
-
"single_word": false
|
20 |
-
},
|
21 |
"pad_token": {
|
22 |
"content": "<pad>",
|
23 |
"lstrip": false,
|
|
|
11 |
"<pad>",
|
12 |
"<eos>"
|
13 |
],
|
14 |
+
"eos_token": "<eos>",
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"pad_token": {
|
16 |
"content": "<pad>",
|
17 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
@@ -258,7 +258,7 @@
|
|
258 |
"bos_token": null,
|
259 |
"chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{{ '<start_of_turn>' + message['role'] + '\n' + message['content'] | trim + '<end_of_turn><eos>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
|
260 |
"clean_up_tokenization_spaces": false,
|
261 |
-
"eos_token": "
|
262 |
"errors": "replace",
|
263 |
"extra_special_tokens": {},
|
264 |
"model_max_length": 32768,
|
|
|
258 |
"bos_token": null,
|
259 |
"chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{{ '<start_of_turn>' + message['role'] + '\n' + message['content'] | trim + '<end_of_turn><eos>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
|
260 |
"clean_up_tokenization_spaces": false,
|
261 |
+
"eos_token": "<eos>",
|
262 |
"errors": "replace",
|
263 |
"extra_special_tokens": {},
|
264 |
"model_max_length": 32768,
|