Upload model
Browse files- README.md +12 -0
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -202,6 +202,18 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
202 |
## Training procedure
|
203 |
|
204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
### Framework versions
|
206 |
|
207 |
|
|
|
202 |
## Training procedure
|
203 |
|
204 |
|
205 |
+
The following `bitsandbytes` quantization config was used during training:
|
206 |
+
- quant_method: bitsandbytes
|
207 |
+
- load_in_8bit: False
|
208 |
+
- load_in_4bit: True
|
209 |
+
- llm_int8_threshold: 6.0
|
210 |
+
- llm_int8_skip_modules: None
|
211 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
212 |
+
- llm_int8_has_fp16_weight: False
|
213 |
+
- bnb_4bit_quant_type: nf4
|
214 |
+
- bnb_4bit_use_double_quant: True
|
215 |
+
- bnb_4bit_compute_dtype: bfloat16
|
216 |
+
|
217 |
### Framework versions
|
218 |
|
219 |
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6304864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3c3e9ce340ea860fbbf1c6ec15f3ed279c594bbe34e776efef413358e05039
|
3 |
size 6304864
|