Upload model
Browse files
README.md
CHANGED
@@ -26,6 +26,17 @@ The following `bitsandbytes` quantization config was used during training:
|
|
26 |
- bnb_4bit_use_double_quant: False
|
27 |
- bnb_4bit_compute_dtype: float16
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
The following `bitsandbytes` quantization config was used during training:
|
30 |
- load_in_8bit: False
|
31 |
- load_in_4bit: True
|
@@ -38,6 +49,7 @@ The following `bitsandbytes` quantization config was used during training:
|
|
38 |
- bnb_4bit_compute_dtype: float16
|
39 |
### Framework versions
|
40 |
|
|
|
41 |
- PEFT 0.4.0
|
42 |
- PEFT 0.4.0
|
43 |
|
|
|
26 |
- bnb_4bit_use_double_quant: False
|
27 |
- bnb_4bit_compute_dtype: float16
|
28 |
|
29 |
+
The following `bitsandbytes` quantization config was used during training:
|
30 |
+
- load_in_8bit: False
|
31 |
+
- load_in_4bit: True
|
32 |
+
- llm_int8_threshold: 6.0
|
33 |
+
- llm_int8_skip_modules: None
|
34 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
35 |
+
- llm_int8_has_fp16_weight: False
|
36 |
+
- bnb_4bit_quant_type: nf4
|
37 |
+
- bnb_4bit_use_double_quant: False
|
38 |
+
- bnb_4bit_compute_dtype: float16
|
39 |
+
|
40 |
The following `bitsandbytes` quantization config was used during training:
|
41 |
- load_in_8bit: False
|
42 |
- load_in_4bit: True
|
|
|
49 |
- bnb_4bit_compute_dtype: float16
|
50 |
### Framework versions
|
51 |
|
52 |
+
- PEFT 0.4.0
|
53 |
- PEFT 0.4.0
|
54 |
- PEFT 0.4.0
|
55 |
|