Upload model
Browse files
README.md
CHANGED
@@ -11,10 +11,22 @@ The following `bitsandbytes` quantization config was used during training:
|
|
11 |
- llm_int8_skip_modules: None
|
12 |
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
- llm_int8_has_fp16_weight: False
|
14 |
-
- bnb_4bit_quant_type:
|
15 |
-
- bnb_4bit_use_double_quant:
|
16 |
-
- bnb_4bit_compute_dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
### Framework versions
|
18 |
|
|
|
19 |
|
20 |
- PEFT 0.4.0
|
|
|
11 |
- llm_int8_skip_modules: None
|
12 |
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: fp4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float32
|
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: fp4
|
26 |
+
- bnb_4bit_use_double_quant: False
|
27 |
+
- bnb_4bit_compute_dtype: float32
|
28 |
### Framework versions
|
29 |
|
30 |
+
- PEFT 0.4.0
|
31 |
|
32 |
- PEFT 0.4.0
|