Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +17 -2
tokenizer_config.json
CHANGED
|
@@ -1,4 +1,19 @@
|
|
| 1 |
{
|
| 2 |
-
"tokenizer_class": "
|
| 3 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 3 |
+
"bos_token": "<|bos|>",
|
| 4 |
+
"eos_token": "<|assistant_end|>",
|
| 5 |
+
"pad_token": "<|assistant_end|>",
|
| 6 |
+
"additional_special_tokens": [
|
| 7 |
+
"<|user_start|>",
|
| 8 |
+
"<|user_end|>",
|
| 9 |
+
"<|assistant_start|>",
|
| 10 |
+
"<|python_start|>",
|
| 11 |
+
"<|python_end|>",
|
| 12 |
+
"<|output_start|>",
|
| 13 |
+
"<|output_end|>"
|
| 14 |
+
],
|
| 15 |
+
"model_input_names": [
|
| 16 |
+
"input_ids",
|
| 17 |
+
"attention_mask"
|
| 18 |
+
]
|
| 19 |
}
|