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