Training in progress, step 10
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- config.json +8 -8
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,17 +20,17 @@
|
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
-
"r":
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"k_proj",
|
28 |
-
"down_proj",
|
29 |
"v_proj",
|
30 |
-
"up_proj",
|
31 |
"o_proj",
|
|
|
|
|
|
|
32 |
"q_proj",
|
33 |
-
"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
27 |
"v_proj",
|
|
|
28 |
"o_proj",
|
29 |
+
"k_proj",
|
30 |
+
"down_proj",
|
31 |
+
"gate_proj",
|
32 |
"q_proj",
|
33 |
+
"up_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
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:f87f06c15de8ab0d5f6d946d12d16fa96c1ff11b22c8aed14c7a586447e9f4b1
|
3 |
+
size 59934640
|
config.json
CHANGED
@@ -16,18 +16,18 @@
|
|
16 |
"num_hidden_layers": 36,
|
17 |
"num_key_value_heads": 2,
|
18 |
"quantization_config": {
|
19 |
-
"_load_in_4bit":
|
20 |
-
"_load_in_8bit":
|
21 |
-
"bnb_4bit_compute_dtype": "
|
22 |
-
"bnb_4bit_quant_storage": "
|
23 |
-
"bnb_4bit_quant_type": "
|
24 |
-
"bnb_4bit_use_double_quant":
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
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-06,
|
|
|
16 |
"num_hidden_layers": 36,
|
17 |
"num_key_value_heads": 2,
|
18 |
"quantization_config": {
|
19 |
+
"_load_in_4bit": true,
|
20 |
+
"_load_in_8bit": false,
|
21 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
22 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
23 |
+
"bnb_4bit_quant_type": "nf4",
|
24 |
+
"bnb_4bit_use_double_quant": true,
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
26 |
"llm_int8_has_fp16_weight": false,
|
27 |
"llm_int8_skip_modules": null,
|
28 |
"llm_int8_threshold": 6.0,
|
29 |
+
"load_in_4bit": true,
|
30 |
+
"load_in_8bit": false,
|
31 |
"quant_method": "bitsandbytes"
|
32 |
},
|
33 |
"rms_norm_eps": 1e-06,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8888
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:092b720b8e020d691de5301eff908eac7e0231b2fcd711fbf27b0c0492ed64b4
|
3 |
size 8888
|