Training in progress, step 17
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- config.json +15 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,17 +16,17 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
"k_proj",
|
25 |
-
"gate_proj",
|
26 |
"o_proj",
|
27 |
-
"
|
|
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
"v_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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c26372b5193b0bf59960da0fa9284546fbf96fd7e03596710c3286bc594324e
|
3 |
+
size 80013120
|
config.json
CHANGED
@@ -17,6 +17,21 @@
|
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 32,
|
19 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"rms_norm_eps": 1e-05,
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 1000000,
|
|
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 32,
|
19 |
"pretraining_tp": 1,
|
20 |
+
"quantization_config": {
|
21 |
+
"_load_in_4bit": false,
|
22 |
+
"_load_in_8bit": true,
|
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,
|
30 |
+
"llm_int8_threshold": 6.0,
|
31 |
+
"load_in_4bit": false,
|
32 |
+
"load_in_8bit": true,
|
33 |
+
"quant_method": "bitsandbytes"
|
34 |
+
},
|
35 |
"rms_norm_eps": 1e-05,
|
36 |
"rope_scaling": null,
|
37 |
"rope_theta": 1000000,
|
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:d33f29d57ae62590056aa135bf948b787a03f5401e5f5d649f1a2994fb63d311
|
3 |
size 5816
|