intervitens
commited on
Commit
•
55922f0
1
Parent(s):
d47a118
Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
- tokenizer.json +4 -4
- tokenizer_config.json +5 -5
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
8 |
-
"eos_token_id":
|
9 |
"head_dim": 128,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 3072,
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
8 |
+
"eos_token_id": 128019,
|
9 |
"head_dim": 128,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 3072,
|
generation_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
-
"eos_token_id":
|
5 |
"transformers_version": "4.45.0.dev0"
|
6 |
"do_sample": true,
|
7 |
"temperature": 0.6,
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": 128019,
|
5 |
"transformers_version": "4.45.0.dev0"
|
6 |
"do_sample": true,
|
7 |
"temperature": 0.6,
|
tokenizer.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
},
|
60 |
{
|
61 |
"id": 128006,
|
62 |
-
"content": "<|
|
63 |
"single_word": false,
|
64 |
"lstrip": false,
|
65 |
"rstrip": false,
|
@@ -86,7 +86,7 @@
|
|
86 |
},
|
87 |
{
|
88 |
"id": 128009,
|
89 |
-
"content": "<|
|
90 |
"single_word": false,
|
91 |
"lstrip": false,
|
92 |
"rstrip": false,
|
@@ -167,7 +167,7 @@
|
|
167 |
},
|
168 |
{
|
169 |
"id": 128018,
|
170 |
-
"content": "<|
|
171 |
"single_word": false,
|
172 |
"lstrip": false,
|
173 |
"rstrip": false,
|
@@ -176,7 +176,7 @@
|
|
176 |
},
|
177 |
{
|
178 |
"id": 128019,
|
179 |
-
"content": "<|
|
180 |
"single_word": false,
|
181 |
"lstrip": false,
|
182 |
"rstrip": false,
|
|
|
59 |
},
|
60 |
{
|
61 |
"id": 128006,
|
62 |
+
"content": "<|start_header_id|>",
|
63 |
"single_word": false,
|
64 |
"lstrip": false,
|
65 |
"rstrip": false,
|
|
|
86 |
},
|
87 |
{
|
88 |
"id": 128009,
|
89 |
+
"content": "<|eot_id|>",
|
90 |
"single_word": false,
|
91 |
"lstrip": false,
|
92 |
"rstrip": false,
|
|
|
167 |
},
|
168 |
{
|
169 |
"id": 128018,
|
170 |
+
"content": "<|im_start|>",
|
171 |
"single_word": false,
|
172 |
"lstrip": false,
|
173 |
"rstrip": false,
|
|
|
176 |
},
|
177 |
{
|
178 |
"id": 128019,
|
179 |
+
"content": "<|im_end|>",
|
180 |
"single_word": false,
|
181 |
"lstrip": false,
|
182 |
"rstrip": false,
|
tokenizer_config.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
"special": true
|
50 |
},
|
51 |
"128006": {
|
52 |
-
"content": "<|
|
53 |
"lstrip": false,
|
54 |
"normalized": false,
|
55 |
"rstrip": false,
|
@@ -73,7 +73,7 @@
|
|
73 |
"special": true
|
74 |
},
|
75 |
"128009": {
|
76 |
-
"content": "<|
|
77 |
"lstrip": false,
|
78 |
"normalized": false,
|
79 |
"rstrip": false,
|
@@ -145,7 +145,7 @@
|
|
145 |
"special": true
|
146 |
},
|
147 |
"128018": {
|
148 |
-
"content": "<|
|
149 |
"lstrip": false,
|
150 |
"normalized": false,
|
151 |
"rstrip": false,
|
@@ -153,7 +153,7 @@
|
|
153 |
"special": true
|
154 |
},
|
155 |
"128019": {
|
156 |
-
"content": "<|
|
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"
|