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