Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +4 -1
tokenizer_config.json
CHANGED
@@ -47,6 +47,9 @@
|
|
47 |
"<s>",
|
48 |
"</s>"
|
49 |
],
|
|
|
|
|
|
|
50 |
"bos_token": "<|im_start|>",
|
51 |
"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 %}",
|
52 |
"clean_up_tokenization_spaces": false,
|
@@ -57,4 +60,4 @@
|
|
57 |
"tokenizer_class": "ArcticTokenizer",
|
58 |
"unk_token": "<unk>",
|
59 |
"use_default_system_prompt": false
|
60 |
-
}
|
|
|
47 |
"<s>",
|
48 |
"</s>"
|
49 |
],
|
50 |
+
"auto_map": {
|
51 |
+
"AutoTokenizer": ["tokenization_arctic.ArcticTokenizer", null]
|
52 |
+
},
|
53 |
"bos_token": "<|im_start|>",
|
54 |
"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 %}",
|
55 |
"clean_up_tokenization_spaces": false,
|
|
|
60 |
"tokenizer_class": "ArcticTokenizer",
|
61 |
"unk_token": "<unk>",
|
62 |
"use_default_system_prompt": false
|
63 |
+
}
|