Training in progress, epoch 1
Browse files- README.md +13 -0
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,6 +4,18 @@ library_name: peft
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
- quant_method: bitsandbytes
|
| 9 |
- load_in_8bit: True
|
|
@@ -17,5 +29,6 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 17 |
- bnb_4bit_compute_dtype: float32
|
| 18 |
### Framework versions
|
| 19 |
|
|
|
|
| 20 |
|
| 21 |
- PEFT 0.6.0.dev0
|
|
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
| 7 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
+
- quant_method: bitsandbytes
|
| 9 |
+
- load_in_8bit: True
|
| 10 |
+
- load_in_4bit: False
|
| 11 |
+
- llm_int8_threshold: 6.0
|
| 12 |
+
- llm_int8_skip_modules: None
|
| 13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 14 |
+
- llm_int8_has_fp16_weight: False
|
| 15 |
+
- bnb_4bit_quant_type: fp4
|
| 16 |
+
- bnb_4bit_use_double_quant: False
|
| 17 |
+
- bnb_4bit_compute_dtype: float32
|
| 18 |
+
|
| 19 |
The following `bitsandbytes` quantization config was used during training:
|
| 20 |
- quant_method: bitsandbytes
|
| 21 |
- load_in_8bit: True
|
|
|
|
| 29 |
- bnb_4bit_compute_dtype: float32
|
| 30 |
### Framework versions
|
| 31 |
|
| 32 |
+
- PEFT 0.6.0.dev0
|
| 33 |
|
| 34 |
- PEFT 0.6.0.dev0
|
adapter_config.json
CHANGED
|
@@ -16,13 +16,13 @@
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"gate_proj",
|
| 20 |
-
"v_proj",
|
| 21 |
-
"down_proj",
|
| 22 |
"up_proj",
|
| 23 |
-
"
|
|
|
|
| 24 |
"q_proj",
|
| 25 |
-
"
|
|
|
|
|
|
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM"
|
| 28 |
}
|
|
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 19 |
"up_proj",
|
| 20 |
+
"down_proj",
|
| 21 |
+
"k_proj",
|
| 22 |
"q_proj",
|
| 23 |
+
"v_proj",
|
| 24 |
+
"gate_proj",
|
| 25 |
+
"o_proj"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM"
|
| 28 |
}
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 319977229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f212076717384974442246008c010a677b6cbc008adf13e8704e7755cc8e41a
|
| 3 |
size 319977229
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4475
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ae70c148e6ade789c31d13be5bf451bfc85358fe0cae37086df5585fac45dbf
|
| 3 |
size 4475
|