Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +3 -34
tokenizer_config.json
CHANGED
|
@@ -1,34 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"bos_token": {
|
| 5 |
-
"content": "<s>",
|
| 6 |
-
"lstrip": false,
|
| 7 |
-
"normalized": false,
|
| 8 |
-
"rstrip": false,
|
| 9 |
-
"single_word": false
|
| 10 |
-
},
|
| 11 |
-
"chat_template": "{% for message in messages %}{{ message.content }}{% endfor %}",
|
| 12 |
-
"clean_up_tokenization_spaces": false,
|
| 13 |
-
"eos_token": {
|
| 14 |
-
"content": "</s>",
|
| 15 |
-
"lstrip": false,
|
| 16 |
-
"normalized": false,
|
| 17 |
-
"rstrip": false,
|
| 18 |
-
"single_word": false
|
| 19 |
-
},
|
| 20 |
-
"legacy": true,
|
| 21 |
-
"model_max_length": 4096,
|
| 22 |
-
"pad_token": null,
|
| 23 |
-
"sp_model_kwargs": {},
|
| 24 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 25 |
-
"unk_token": {
|
| 26 |
-
"content": "<unk>",
|
| 27 |
-
"lstrip": false,
|
| 28 |
-
"normalized": false,
|
| 29 |
-
"rstrip": false,
|
| 30 |
-
"single_word": false
|
| 31 |
-
},
|
| 32 |
-
"use_default_system_prompt": false,
|
| 33 |
-
"vocab_file": null
|
| 34 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75626e08863aed253640aad0ecb1d54dd5910eb77df3c87e6c7c6a2301c3bd3d
|
| 3 |
+
size 440
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|