Upload tokenizer
Browse files- special_tokens_map.json +1 -7
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
@@ -18,12 +18,6 @@
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
-
"eos_token":
|
22 |
-
"content": "<|eot_id|>",
|
23 |
-
"lstrip": false,
|
24 |
-
"normalized": false,
|
25 |
-
"rstrip": false,
|
26 |
-
"single_word": false
|
27 |
-
},
|
28 |
"pad_token": "<pad>"
|
29 |
}
|
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
+
"eos_token": "<eos>",
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"pad_token": "<pad>"
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -2144,7 +2144,7 @@
|
|
2144 |
"bos_token": "<|begin_of_text|>",
|
2145 |
"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 %}",
|
2146 |
"clean_up_tokenization_spaces": true,
|
2147 |
-
"eos_token": "
|
2148 |
"extra_special_tokens": {},
|
2149 |
"model_input_names": [
|
2150 |
"input_ids",
|
|
|
2144 |
"bos_token": "<|begin_of_text|>",
|
2145 |
"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 %}",
|
2146 |
"clean_up_tokenization_spaces": true,
|
2147 |
+
"eos_token": "<eos>",
|
2148 |
"extra_special_tokens": {},
|
2149 |
"model_input_names": [
|
2150 |
"input_ids",
|