Training in progress, step 16
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- config.json +3 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"w2",
|
23 |
-
"o_proj",
|
24 |
-
"w3",
|
25 |
"w1",
|
|
|
26 |
"q_proj",
|
27 |
-
"
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"w1",
|
23 |
+
"w3",
|
24 |
"q_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj",
|
27 |
"v_proj",
|
28 |
+
"w2",
|
29 |
+
"gate"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 969174880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517453a50eb7ad83390d805a80b868a81fb231d12e9ee38a6f6b88918c63920e
|
3 |
size 969174880
|
config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"quantization_config": {
|
22 |
"_load_in_4bit": true,
|
23 |
"_load_in_8bit": false,
|
24 |
-
"bnb_4bit_compute_dtype": "
|
25 |
-
"bnb_4bit_quant_type": "
|
26 |
-
"bnb_4bit_use_double_quant":
|
27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
28 |
"llm_int8_has_fp16_weight": false,
|
29 |
"llm_int8_skip_modules": null,
|
|
|
21 |
"quantization_config": {
|
22 |
"_load_in_4bit": true,
|
23 |
"_load_in_8bit": false,
|
24 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
25 |
+
"bnb_4bit_quant_type": "nf4",
|
26 |
+
"bnb_4bit_use_double_quant": true,
|
27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
28 |
"llm_int8_has_fp16_weight": false,
|
29 |
"llm_int8_skip_modules": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b75e67a82876c3f6341e84affb0de9103b7718bc9fc49cd3bdc190851350dfdb
|
3 |
size 5688
|