natnitaract
commited on
Commit
•
9e1c861
1
Parent(s):
4f71e0f
Uploading model to Hugging Face Hub.
Browse files- README.md +13 -0
- adapter_config.json +3 -3
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -160,6 +160,18 @@ The following `bitsandbytes` quantization config was used during training:
|
|
160 |
- bnb_4bit_use_double_quant: False
|
161 |
- bnb_4bit_compute_dtype: float32
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
The following `bitsandbytes` quantization config was used during training:
|
164 |
- quant_method: bitsandbytes
|
165 |
- load_in_8bit: False
|
@@ -186,5 +198,6 @@ The following `bitsandbytes` quantization config was used during training:
|
|
186 |
- PEFT 0.5.0
|
187 |
- PEFT 0.5.0
|
188 |
- PEFT 0.5.0
|
|
|
189 |
|
190 |
- PEFT 0.5.0
|
|
|
160 |
- bnb_4bit_use_double_quant: False
|
161 |
- bnb_4bit_compute_dtype: float32
|
162 |
|
163 |
+
The following `bitsandbytes` quantization config was used during training:
|
164 |
+
- quant_method: bitsandbytes
|
165 |
+
- load_in_8bit: False
|
166 |
+
- load_in_4bit: True
|
167 |
+
- llm_int8_threshold: 6.0
|
168 |
+
- llm_int8_skip_modules: None
|
169 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
170 |
+
- llm_int8_has_fp16_weight: False
|
171 |
+
- bnb_4bit_quant_type: nf4
|
172 |
+
- bnb_4bit_use_double_quant: False
|
173 |
+
- bnb_4bit_compute_dtype: float32
|
174 |
+
|
175 |
The following `bitsandbytes` quantization config was used during training:
|
176 |
- quant_method: bitsandbytes
|
177 |
- load_in_8bit: False
|
|
|
198 |
- PEFT 0.5.0
|
199 |
- PEFT 0.5.0
|
200 |
- PEFT 0.5.0
|
201 |
+
- PEFT 0.5.0
|
202 |
|
203 |
- PEFT 0.5.0
|
adapter_config.json
CHANGED
@@ -14,12 +14,12 @@
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"down_proj",
|
18 |
"o_proj",
|
19 |
-
"gate_proj",
|
20 |
-
"v_proj",
|
21 |
"up_proj",
|
22 |
-
"
|
23 |
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"k_proj",
|
18 |
+
"gate_proj",
|
19 |
"down_proj",
|
20 |
"o_proj",
|
|
|
|
|
21 |
"up_proj",
|
22 |
+
"v_proj",
|
23 |
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 671250189
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ea1973e4957118470d46a57ec435674a88a5a216638a1204a2c5fa6b50c0ce7
|
3 |
size 671250189
|