Training in progress, step 76
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- 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 |
-
"
|
25 |
"up_proj",
|
26 |
-
"
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"down_proj",
|
25 |
"up_proj",
|
26 |
+
"k_proj",
|
27 |
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_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 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a70b9578e97825da95f71c12002a2a507b30538469e551e35852631fb894ec
|
3 |
size 335604696
|
config.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
-
"_load_in_4bit":
|
20 |
-
"_load_in_8bit":
|
21 |
"bnb_4bit_compute_dtype": "float32",
|
22 |
"bnb_4bit_quant_storage": "uint8",
|
23 |
"bnb_4bit_quant_type": "fp4",
|
@@ -26,8 +26,8 @@
|
|
26 |
"llm_int8_has_fp16_weight": false,
|
27 |
"llm_int8_skip_modules": null,
|
28 |
"llm_int8_threshold": 6.0,
|
29 |
-
"load_in_4bit":
|
30 |
-
"load_in_8bit":
|
31 |
"quant_method": "bitsandbytes"
|
32 |
},
|
33 |
"rms_norm_eps": 1e-05,
|
|
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
+
"_load_in_4bit": false,
|
20 |
+
"_load_in_8bit": true,
|
21 |
"bnb_4bit_compute_dtype": "float32",
|
22 |
"bnb_4bit_quant_storage": "uint8",
|
23 |
"bnb_4bit_quant_type": "fp4",
|
|
|
26 |
"llm_int8_has_fp16_weight": false,
|
27 |
"llm_int8_skip_modules": null,
|
28 |
"llm_int8_threshold": 6.0,
|
29 |
+
"load_in_4bit": false,
|
30 |
+
"load_in_8bit": true,
|
31 |
"quant_method": "bitsandbytes"
|
32 |
},
|
33 |
"rms_norm_eps": 1e-05,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb3c64ff9809eadcadb2ae0ee1221e44827abfb616e8b0e2cb804dbd21cdb2d7
|
3 |
size 6072
|