Upload model
Browse files- README.md +5 -5
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -204,15 +204,15 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
204 |
|
205 |
The following `bitsandbytes` quantization config was used during training:
|
206 |
- quant_method: bitsandbytes
|
207 |
-
- load_in_8bit:
|
208 |
-
- load_in_4bit:
|
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:
|
214 |
-
- bnb_4bit_use_double_quant:
|
215 |
-
- bnb_4bit_compute_dtype:
|
216 |
|
217 |
### Framework versions
|
218 |
|
|
|
204 |
|
205 |
The following `bitsandbytes` quantization config was used during training:
|
206 |
- quant_method: bitsandbytes
|
207 |
+
- load_in_8bit: True
|
208 |
+
- load_in_4bit: False
|
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: fp4
|
214 |
+
- bnb_4bit_use_double_quant: False
|
215 |
+
- bnb_4bit_compute_dtype: float32
|
216 |
|
217 |
### Framework versions
|
218 |
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2738ca051a7b1f6cdad2103a96c25372f34dc277be9fb121200d5915b622aa77
|
3 |
+
size 9446664
|