vincentmin
commited on
Commit
•
b541660
1
Parent(s):
7862df3
use model resulting from running merge_peft_adapter.py
Browse files- config.json +1 -6
- generation_config.json +7 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -21,16 +21,11 @@
|
|
21 |
"offset_alibi": 100,
|
22 |
"pad_token_id": 3,
|
23 |
"pretraining_tp": 1,
|
24 |
-
"quantization_config": {
|
25 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
26 |
-
"llm_int8_skip_modules": null,
|
27 |
-
"llm_int8_threshold": 6.0,
|
28 |
-
"load_in_8bit": true
|
29 |
-
},
|
30 |
"seq_length": 2048,
|
31 |
"skip_bias_add": true,
|
32 |
"skip_bias_add_qkv": false,
|
33 |
"slow_but_exact": false,
|
|
|
34 |
"transformers_version": "4.28.1",
|
35 |
"unk_token_id": 0,
|
36 |
"use_cache": true,
|
|
|
21 |
"offset_alibi": 100,
|
22 |
"pad_token_id": 3,
|
23 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"seq_length": 2048,
|
25 |
"skip_bias_add": true,
|
26 |
"skip_bias_add_qkv": false,
|
27 |
"slow_but_exact": false,
|
28 |
+
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.28.1",
|
30 |
"unk_token_id": 0,
|
31 |
"use_cache": true,
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 3,
|
6 |
+
"transformers_version": "4.28.1"
|
7 |
+
}
|
pytorch_model.bin
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:256027f67bdcb326a45a67b94e55a20bbb325075f746f0c3120170c8d4fa1a5f
|
3 |
+
size 2140177505
|