jayantdocplix
commited on
Commit
•
1d4342f
1
Parent(s):
3f5674e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
4 |
-
|
5 |
-
Akash : Advanced Knowledge and AI Support Hub
|
6 |
-
|
7 |
-
|
8 |
## Training procedure
|
9 |
|
10 |
|
11 |
The following `bitsandbytes` quantization config was used during training:
|
|
|
12 |
- load_in_8bit: False
|
13 |
- load_in_4bit: True
|
14 |
- llm_int8_threshold: 6.0
|
@@ -16,7 +13,7 @@ The following `bitsandbytes` quantization config was used during training:
|
|
16 |
- llm_int8_enable_fp32_cpu_offload: False
|
17 |
- llm_int8_has_fp16_weight: False
|
18 |
- bnb_4bit_quant_type: nf4
|
19 |
-
- bnb_4bit_use_double_quant:
|
20 |
- bnb_4bit_compute_dtype: float16
|
21 |
### Framework versions
|
22 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
|
|
|
|
|
|
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
7 |
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
- load_in_8bit: False
|
10 |
- load_in_4bit: True
|
11 |
- llm_int8_threshold: 6.0
|
|
|
13 |
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
- llm_int8_has_fp16_weight: False
|
15 |
- bnb_4bit_quant_type: nf4
|
16 |
+
- bnb_4bit_use_double_quant: True
|
17 |
- bnb_4bit_compute_dtype: float16
|
18 |
### Framework versions
|
19 |
|