jimboHsueh
commited on
Commit
·
32f2cac
1
Parent(s):
ef179b8
End of training
Browse files
README.md
CHANGED
@@ -331,4 +331,23 @@ The following `bitsandbytes` quantization config was used during training:
|
|
331 |
### Framework versions
|
332 |
|
333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
- PEFT 0.6.2
|
|
|
331 |
### Framework versions
|
332 |
|
333 |
|
334 |
+
- PEFT 0.6.2
|
335 |
+
## Training procedure
|
336 |
+
|
337 |
+
|
338 |
+
The following `bitsandbytes` quantization config was used during training:
|
339 |
+
- quant_method: bitsandbytes
|
340 |
+
- load_in_8bit: False
|
341 |
+
- load_in_4bit: True
|
342 |
+
- llm_int8_threshold: 6.0
|
343 |
+
- llm_int8_skip_modules: None
|
344 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
345 |
+
- llm_int8_has_fp16_weight: False
|
346 |
+
- bnb_4bit_quant_type: nf4
|
347 |
+
- bnb_4bit_use_double_quant: True
|
348 |
+
- bnb_4bit_compute_dtype: bfloat16
|
349 |
+
|
350 |
+
### Framework versions
|
351 |
+
|
352 |
+
|
353 |
- PEFT 0.6.2
|
adapter_config.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"v_proj",
|
20 |
+
"q_proj"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 67155338
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a0ee2ee379b85e0ed78c63e679f47657ed3e94bcfbbf56248630f73ffe7e07e
|
3 |
size 67155338
|
runs/Nov23_16-23-57_70e1776c12d2/events.out.tfevents.1700756638.70e1776c12d2.56533.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdc3c1f60a25bbdb7dfd10d44dfcbeb7c7c10c57ef8e4f9ec0766c237bfac1c9
|
3 |
+
size 51639
|