Upload tokenizer
Browse files- tokenizer.json +2 -2
- tokenizer_config.json +1 -0
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4db21bfaffa1fd75fd741df2d95dc51e539d5cc38b07934bae0d7d129db90662
|
| 3 |
+
size 17477581
|
tokenizer_config.json
CHANGED
|
@@ -36,6 +36,7 @@
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
"bos_token": "<bos>",
|
|
|
|
| 39 |
"clean_up_tokenization_spaces": false,
|
| 40 |
"device_map": "auto",
|
| 41 |
"eos_token": "<eos>",
|
|
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
"bos_token": "<bos>",
|
| 39 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 40 |
"clean_up_tokenization_spaces": false,
|
| 41 |
"device_map": "auto",
|
| 42 |
"eos_token": "<eos>",
|