artek0chumak
commited on
Commit
•
d91451b
1
Parent(s):
126b411
Upload folder using huggingface_hub
Browse files
.ipynb_checkpoints/tokenizer-checkpoint.json
CHANGED
@@ -150,6 +150,12 @@
|
|
150 |
"post_processor": {
|
151 |
"type": "TemplateProcessing",
|
152 |
"single": [
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
{
|
154 |
"Sequence": {
|
155 |
"id": "A",
|
@@ -158,12 +164,24 @@
|
|
158 |
}
|
159 |
],
|
160 |
"pair": [
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
{
|
162 |
"Sequence": {
|
163 |
"id": "A",
|
164 |
"type_id": 0
|
165 |
}
|
166 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
{
|
168 |
"Sequence": {
|
169 |
"id": "B",
|
@@ -171,7 +189,17 @@
|
|
171 |
}
|
172 |
}
|
173 |
],
|
174 |
-
"special_tokens": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
},
|
176 |
"decoder": {
|
177 |
"type": "Sequence",
|
|
|
150 |
"post_processor": {
|
151 |
"type": "TemplateProcessing",
|
152 |
"single": [
|
153 |
+
{
|
154 |
+
"SpecialToken": {
|
155 |
+
"id": "<s>",
|
156 |
+
"type_id": 0
|
157 |
+
}
|
158 |
+
},
|
159 |
{
|
160 |
"Sequence": {
|
161 |
"id": "A",
|
|
|
164 |
}
|
165 |
],
|
166 |
"pair": [
|
167 |
+
{
|
168 |
+
"SpecialToken": {
|
169 |
+
"id": "<s>",
|
170 |
+
"type_id": 0
|
171 |
+
}
|
172 |
+
},
|
173 |
{
|
174 |
"Sequence": {
|
175 |
"id": "A",
|
176 |
"type_id": 0
|
177 |
}
|
178 |
},
|
179 |
+
{
|
180 |
+
"SpecialToken": {
|
181 |
+
"id": "<s>",
|
182 |
+
"type_id": 1
|
183 |
+
}
|
184 |
+
},
|
185 |
{
|
186 |
"Sequence": {
|
187 |
"id": "B",
|
|
|
189 |
}
|
190 |
}
|
191 |
],
|
192 |
+
"special_tokens": {
|
193 |
+
"<s>": {
|
194 |
+
"id": "<s>",
|
195 |
+
"ids": [
|
196 |
+
1
|
197 |
+
],
|
198 |
+
"tokens": [
|
199 |
+
"<s>"
|
200 |
+
]
|
201 |
+
}
|
202 |
+
}
|
203 |
},
|
204 |
"decoder": {
|
205 |
"type": "Sequence",
|
.ipynb_checkpoints/tokenizer_config-checkpoint.json
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
-
"chat_template": "{
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 45437480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:651ca57ba055c9ba9df28e566df37b77bd7745e9f456c40753fbf36a92378f8a
|
3 |
size 45437480
|
tokenizer.json
CHANGED
@@ -150,6 +150,12 @@
|
|
150 |
"post_processor": {
|
151 |
"type": "TemplateProcessing",
|
152 |
"single": [
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
{
|
154 |
"Sequence": {
|
155 |
"id": "A",
|
@@ -158,12 +164,24 @@
|
|
158 |
}
|
159 |
],
|
160 |
"pair": [
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
{
|
162 |
"Sequence": {
|
163 |
"id": "A",
|
164 |
"type_id": 0
|
165 |
}
|
166 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
{
|
168 |
"Sequence": {
|
169 |
"id": "B",
|
@@ -171,7 +189,17 @@
|
|
171 |
}
|
172 |
}
|
173 |
],
|
174 |
-
"special_tokens": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
},
|
176 |
"decoder": {
|
177 |
"type": "Sequence",
|
|
|
150 |
"post_processor": {
|
151 |
"type": "TemplateProcessing",
|
152 |
"single": [
|
153 |
+
{
|
154 |
+
"SpecialToken": {
|
155 |
+
"id": "<s>",
|
156 |
+
"type_id": 0
|
157 |
+
}
|
158 |
+
},
|
159 |
{
|
160 |
"Sequence": {
|
161 |
"id": "A",
|
|
|
164 |
}
|
165 |
],
|
166 |
"pair": [
|
167 |
+
{
|
168 |
+
"SpecialToken": {
|
169 |
+
"id": "<s>",
|
170 |
+
"type_id": 0
|
171 |
+
}
|
172 |
+
},
|
173 |
{
|
174 |
"Sequence": {
|
175 |
"id": "A",
|
176 |
"type_id": 0
|
177 |
}
|
178 |
},
|
179 |
+
{
|
180 |
+
"SpecialToken": {
|
181 |
+
"id": "<s>",
|
182 |
+
"type_id": 1
|
183 |
+
}
|
184 |
+
},
|
185 |
{
|
186 |
"Sequence": {
|
187 |
"id": "B",
|
|
|
189 |
}
|
190 |
}
|
191 |
],
|
192 |
+
"special_tokens": {
|
193 |
+
"<s>": {
|
194 |
+
"id": "<s>",
|
195 |
+
"ids": [
|
196 |
+
1
|
197 |
+
],
|
198 |
+
"tokens": [
|
199 |
+
"<s>"
|
200 |
+
]
|
201 |
+
}
|
202 |
+
}
|
203 |
},
|
204 |
"decoder": {
|
205 |
"type": "Sequence",
|
tokenizer_config.json
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
-
"chat_template": "{
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|