Kendamarron
commited on
Commit
•
2e2cf31
1
Parent(s):
b4852ec
Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"sliding_window": 32768,
|
22 |
"tie_word_embeddings": true,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
-
"transformers_version": "4.40.
|
25 |
"use_cache": true,
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 151936
|
|
|
21 |
"sliding_window": 32768,
|
22 |
"tie_word_embeddings": true,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.40.2",
|
25 |
"use_cache": true,
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 151936
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"bos_token_id": 151643,
|
3 |
"eos_token_id": 151643,
|
4 |
"max_new_tokens": 2048,
|
5 |
-
"transformers_version": "4.40.
|
6 |
}
|
|
|
2 |
"bos_token_id": 151643,
|
3 |
"eos_token_id": 151643,
|
4 |
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.40.2"
|
6 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 928073042
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eb7870c5cc471bd75b4a8cea6e1365bbd86221888840b71bbc5835ba8fd8d12
|
3 |
size 928073042
|
tokenizer_config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"<|im_end|>"
|
33 |
],
|
34 |
"bos_token": null,
|
35 |
-
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "<|endoftext|>",
|
38 |
"errors": "replace",
|
|
|
32 |
"<|im_end|>"
|
33 |
],
|
34 |
"bos_token": null,
|
35 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "<|endoftext|>",
|
38 |
"errors": "replace",
|