Update tokenizer_config.json
Browse fileshttps://huggingface.co/mistralai/Mistral-7B-v0.1/discussions/26/files
- tokenizer_config.json +5 -0
tokenizer_config.json
CHANGED
@@ -27,6 +27,11 @@
|
|
27 |
"special": true
|
28 |
}
|
29 |
},
|
|
|
|
|
|
|
|
|
|
|
30 |
"bos_token": "<s>",
|
31 |
"clean_up_tokenization_spaces": false,
|
32 |
"eos_token": "</s>",
|
|
|
27 |
"special": true
|
28 |
}
|
29 |
},
|
30 |
+
"additional_special_tokens": [
|
31 |
+
"<unk>",
|
32 |
+
"<s>",
|
33 |
+
"</s>"
|
34 |
+
],
|
35 |
"bos_token": "<s>",
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "</s>",
|