Training in progress, step 17
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- config.json +8 -8
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"down_proj",
|
| 24 |
"k_proj",
|
|
|
|
|
|
|
| 25 |
"up_proj",
|
| 26 |
"q_proj",
|
| 27 |
-
"
|
| 28 |
-
"gate_proj"
|
| 29 |
-
"v_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"k_proj",
|
| 24 |
+
"down_proj",
|
| 25 |
+
"o_proj",
|
| 26 |
"up_proj",
|
| 27 |
"q_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"gate_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:e8534fd9a68b7a1bfb5fb89d4d010560507de1f510342768d6a7578a8f904cf1
|
| 3 |
+
size 80014016
|
config.json
CHANGED
|
@@ -18,18 +18,18 @@
|
|
| 18 |
"num_key_value_heads": 32,
|
| 19 |
"pretraining_tp": 1,
|
| 20 |
"quantization_config": {
|
| 21 |
-
"_load_in_4bit":
|
| 22 |
-
"_load_in_8bit":
|
| 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,
|
| 30 |
"llm_int8_threshold": 6.0,
|
| 31 |
-
"load_in_4bit":
|
| 32 |
-
"load_in_8bit":
|
| 33 |
"quant_method": "bitsandbytes"
|
| 34 |
},
|
| 35 |
"rms_norm_eps": 1e-05,
|
|
|
|
| 18 |
"num_key_value_heads": 32,
|
| 19 |
"pretraining_tp": 1,
|
| 20 |
"quantization_config": {
|
| 21 |
+
"_load_in_4bit": true,
|
| 22 |
+
"_load_in_8bit": false,
|
| 23 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 24 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
| 25 |
+
"bnb_4bit_quant_type": "nf4",
|
| 26 |
+
"bnb_4bit_use_double_quant": true,
|
| 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": true,
|
| 32 |
+
"load_in_8bit": false,
|
| 33 |
"quant_method": "bitsandbytes"
|
| 34 |
},
|
| 35 |
"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 5816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e13e29972eaa0d73db3ed321653e99f4a4456856084eeedfd6f141b06c8d9635
|
| 3 |
size 5816
|