Training in progress, step 3
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 |
"down_proj",
|
| 26 |
-
"
|
| 27 |
"o_proj",
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"up_proj",
|
| 24 |
+
"gate_proj",
|
| 25 |
"down_proj",
|
| 26 |
+
"q_proj",
|
| 27 |
"o_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"k_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 83945296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:697c571eaf2d2eb687bd716a7282b89321fa4dbe8049cbd6a020a5dac5386953
|
| 3 |
size 83945296
|
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": "bfloat16",
|
| 27 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
| 28 |
+
"bnb_4bit_quant_type": "nf4",
|
| 29 |
+
"bnb_4bit_use_double_quant": true,
|
| 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:429ae8aef14404f5795ffd6129e80e08400dd13727e9bdee786ac606e17fd5bf
|
| 3 |
size 6776
|