GouthamVignesh
commited on
Commit
•
af6bef9
1
Parent(s):
d49195a
Upload model
Browse files- README.md +38 -0
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -216,4 +216,42 @@ The following `bitsandbytes` quantization config was used during training:
|
|
216 |
### Framework versions
|
217 |
|
218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
- PEFT 0.7.0.dev0
|
|
|
216 |
### Framework versions
|
217 |
|
218 |
|
219 |
+
- PEFT 0.7.0.dev0
|
220 |
+
## Training procedure
|
221 |
+
|
222 |
+
|
223 |
+
The following `bitsandbytes` quantization config was used during training:
|
224 |
+
- quant_method: bitsandbytes
|
225 |
+
- load_in_8bit: False
|
226 |
+
- load_in_4bit: True
|
227 |
+
- llm_int8_threshold: 6.0
|
228 |
+
- llm_int8_skip_modules: None
|
229 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
230 |
+
- llm_int8_has_fp16_weight: False
|
231 |
+
- bnb_4bit_quant_type: nf4
|
232 |
+
- bnb_4bit_use_double_quant: False
|
233 |
+
- bnb_4bit_compute_dtype: float16
|
234 |
+
|
235 |
+
### Framework versions
|
236 |
+
|
237 |
+
|
238 |
+
- PEFT 0.7.0.dev0
|
239 |
+
## Training procedure
|
240 |
+
|
241 |
+
|
242 |
+
The following `bitsandbytes` quantization config was used during training:
|
243 |
+
- quant_method: bitsandbytes
|
244 |
+
- load_in_8bit: False
|
245 |
+
- load_in_4bit: True
|
246 |
+
- llm_int8_threshold: 6.0
|
247 |
+
- llm_int8_skip_modules: None
|
248 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
249 |
+
- llm_int8_has_fp16_weight: False
|
250 |
+
- bnb_4bit_quant_type: nf4
|
251 |
+
- bnb_4bit_use_double_quant: False
|
252 |
+
- bnb_4bit_compute_dtype: float16
|
253 |
+
|
254 |
+
### Framework versions
|
255 |
+
|
256 |
+
|
257 |
- PEFT 0.7.0.dev0
|
adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"dense",
|
21 |
"dense_4h_to_h",
|
22 |
-
"
|
|
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"query_key_value",
|
|
|
20 |
"dense_4h_to_h",
|
21 |
+
"dense_h_to_4h",
|
22 |
+
"dense"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 201353800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44ce750c8b585b6002df964b68ac45b56067b06aaf875a4aa08acff51c708eb0
|
3 |
size 201353800
|