Training in progress, step 70
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- config.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"q_proj",
|
25 |
-
"k_proj",
|
26 |
"down_proj",
|
27 |
-
"
|
|
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
"q_proj",
|
|
|
25 |
"down_proj",
|
26 |
+
"k_proj",
|
27 |
+
"v_proj",
|
28 |
"o_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_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:efac92be3814df93068378ab72cf5f8b4176e7fd3c8cedb41aa2d7b007a315de
|
3 |
+
size 159967880
|
config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"quantization_config": {
|
21 |
"_load_in_4bit": true,
|
22 |
"_load_in_8bit": false,
|
23 |
-
"bnb_4bit_compute_dtype": "
|
24 |
-
"bnb_4bit_quant_storage": "
|
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,
|
|
|
20 |
"quantization_config": {
|
21 |
"_load_in_4bit": true,
|
22 |
"_load_in_8bit": false,
|
23 |
+
"bnb_4bit_compute_dtype": "float32",
|
24 |
+
"bnb_4bit_quant_storage": "uint8",
|
25 |
+
"bnb_4bit_quant_type": "fp4",
|
26 |
+
"bnb_4bit_use_double_quant": false,
|
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 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f37fc92047a1ad1856ddf01f66d971410463753ad6f5d2d0f836d1b570a304
|
3 |
size 5816
|