lonestar108
commited on
Commit
·
ba05239
1
Parent(s):
378dd53
Upload model
Browse files- README.md +13 -9
- adapter_config.json +1 -1
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
license: openrail
|
4 |
-
datasets:
|
5 |
-
- lonestar108/dwitter
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
-
pipeline_tag: text-generation
|
11 |
---
|
12 |
## Training procedure
|
13 |
|
@@ -23,6 +15,18 @@ The following `bitsandbytes` quantization config was used during training:
|
|
23 |
- bnb_4bit_use_double_quant: False
|
24 |
- bnb_4bit_compute_dtype: float16
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
### Framework versions
|
27 |
|
28 |
-
- PEFT 0.4.0
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
5 |
|
|
|
15 |
- bnb_4bit_use_double_quant: False
|
16 |
- bnb_4bit_compute_dtype: float16
|
17 |
|
18 |
+
The following `bitsandbytes` quantization config was used during training:
|
19 |
+
- load_in_8bit: False
|
20 |
+
- load_in_4bit: True
|
21 |
+
- llm_int8_threshold: 6.0
|
22 |
+
- llm_int8_skip_modules: None
|
23 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
24 |
+
- llm_int8_has_fp16_weight: False
|
25 |
+
- bnb_4bit_quant_type: nf4
|
26 |
+
- bnb_4bit_use_double_quant: False
|
27 |
+
- bnb_4bit_compute_dtype: float16
|
28 |
### Framework versions
|
29 |
|
30 |
+
- PEFT 0.4.0
|
31 |
+
|
32 |
+
- PEFT 0.4.0
|
adapter_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "dwitter",
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "lonestar108/dwitter",
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134263757
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8116e8e2b5b31163801706943c0c6d8a6826b2f6def57aaf727630a706b5de5
|
3 |
size 134263757
|