PathFinderKR
commited on
Commit
•
824ff27
1
Parent(s):
ecbc8e8
Upload tokenizer
Browse files- special_tokens_map.json +10 -1
- tokenizer.json +0 -0
- tokenizer_config.json +14 -1
special_tokens_map.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"bos_token": {
|
3 |
"content": "<|begin_of_text|>",
|
4 |
"lstrip": false,
|
@@ -13,5 +16,11 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|none1|>"
|
4 |
+
],
|
5 |
"bos_token": {
|
6 |
"content": "<|begin_of_text|>",
|
7 |
"lstrip": false,
|
|
|
16 |
"rstrip": false,
|
17 |
"single_word": false
|
18 |
},
|
19 |
+
"pad_token": {
|
20 |
+
"content": "<|end_of_text|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
}
|
26 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -2047,10 +2047,21 @@
|
|
2047 |
"rstrip": false,
|
2048 |
"single_word": false,
|
2049 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2050 |
}
|
2051 |
},
|
|
|
|
|
|
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
-
"chat_template": "{%
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|end_of_text|>",
|
2056 |
"model_input_names": [
|
@@ -2059,5 +2070,7 @@
|
|
2059 |
],
|
2060 |
"model_max_length": 1000000000000000019884624838656,
|
2061 |
"pad_token": "<|end_of_text|>",
|
|
|
|
|
2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2063 |
}
|
|
|
2047 |
"rstrip": false,
|
2048 |
"single_word": false,
|
2049 |
"special": true
|
2050 |
+
},
|
2051 |
+
"145791": {
|
2052 |
+
"content": "<|none1|>",
|
2053 |
+
"lstrip": false,
|
2054 |
+
"normalized": false,
|
2055 |
+
"rstrip": false,
|
2056 |
+
"single_word": false,
|
2057 |
+
"special": true
|
2058 |
}
|
2059 |
},
|
2060 |
+
"additional_special_tokens": [
|
2061 |
+
"<|none1|>"
|
2062 |
+
],
|
2063 |
"bos_token": "<|begin_of_text|>",
|
2064 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ content }}{% elif message['role'] == 'assistant' %}{{ content + '\\n' }}{% endif %}{% endfor %}",
|
2065 |
"clean_up_tokenization_spaces": true,
|
2066 |
"eos_token": "<|end_of_text|>",
|
2067 |
"model_input_names": [
|
|
|
2070 |
],
|
2071 |
"model_max_length": 1000000000000000019884624838656,
|
2072 |
"pad_token": "<|end_of_text|>",
|
2073 |
+
"padding_side": "right",
|
2074 |
+
"split_special_tokens": false,
|
2075 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2076 |
}
|