jimboHsueh
commited on
Commit
•
f687910
1
Parent(s):
b03629f
End of training
Browse files- README.md +19 -0
- adapter_model.bin +1 -1
- tokenizer.json +2 -16
README.md
CHANGED
@@ -274,4 +274,23 @@ The following `bitsandbytes` quantization config was used during training:
|
|
274 |
### Framework versions
|
275 |
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
- PEFT 0.6.2
|
|
|
274 |
### Framework versions
|
275 |
|
276 |
|
277 |
+
- PEFT 0.6.2
|
278 |
+
## Training procedure
|
279 |
+
|
280 |
+
|
281 |
+
The following `bitsandbytes` quantization config was used during training:
|
282 |
+
- quant_method: bitsandbytes
|
283 |
+
- load_in_8bit: False
|
284 |
+
- load_in_4bit: True
|
285 |
+
- llm_int8_threshold: 6.0
|
286 |
+
- llm_int8_skip_modules: None
|
287 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
288 |
+
- llm_int8_has_fp16_weight: False
|
289 |
+
- bnb_4bit_quant_type: nf4
|
290 |
+
- bnb_4bit_use_double_quant: True
|
291 |
+
- bnb_4bit_compute_dtype: bfloat16
|
292 |
+
|
293 |
+
### Framework versions
|
294 |
+
|
295 |
+
|
296 |
- PEFT 0.6.2
|
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:2256d569497439c3791cfff560904f655820575f9d3e27da0191428006fac30c
|
3 |
size 67155338
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 350,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 350
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<unk>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|