fix
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +2 -2
- special_tokens_map.json +7 -1
config.json
CHANGED
|
@@ -20,8 +20,8 @@
|
|
| 20 |
"rope_theta": 1000000.0,
|
| 21 |
"sliding_window": 131072,
|
| 22 |
"tie_word_embeddings": true,
|
| 23 |
-
"torch_dtype": "
|
| 24 |
-
"transformers_version": "4.42.
|
| 25 |
"use_cache": false,
|
| 26 |
"use_sliding_window": false,
|
| 27 |
"vocab_size": 151936
|
|
|
|
| 20 |
"rope_theta": 1000000.0,
|
| 21 |
"sliding_window": 131072,
|
| 22 |
"tie_word_embeddings": true,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.42.4",
|
| 25 |
"use_cache": false,
|
| 26 |
"use_sliding_window": false,
|
| 27 |
"vocab_size": 151936
|
generation_config.json
CHANGED
|
@@ -6,5 +6,5 @@
|
|
| 6 |
"temperature": 0.3,
|
| 7 |
"top_k": 20,
|
| 8 |
"top_p": 0.7,
|
| 9 |
-
"transformers_version": "4.42.
|
| 10 |
}
|
|
|
|
| 6 |
"temperature": 0.3,
|
| 7 |
"top_k": 20,
|
| 8 |
"top_p": 0.7,
|
| 9 |
+
"transformers_version": "4.42.4"
|
| 10 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2e6a08e3be6819c87b33bb1557cb0cb0f601f8ce3cd3b5334f03051d4fa33e2
|
| 3 |
+
size 630184520
|
special_tokens_map.json
CHANGED
|
@@ -3,7 +3,13 @@
|
|
| 3 |
"<|im_start|>",
|
| 4 |
"<|im_end|>"
|
| 5 |
],
|
| 6 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"pad_token": {
|
| 8 |
"content": "<|endoftext|>",
|
| 9 |
"lstrip": false,
|
|
|
|
| 3 |
"<|im_start|>",
|
| 4 |
"<|im_end|>"
|
| 5 |
],
|
| 6 |
+
"eos_token": {
|
| 7 |
+
"content": "<|im_end|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
"pad_token": {
|
| 14 |
"content": "<|endoftext|>",
|
| 15 |
"lstrip": false,
|