Upload model
Browse files- README.md +1 -34
- adapter_config.json +3 -0
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -199,39 +199,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
202 |
-
## Training procedure
|
203 |
-
|
204 |
-
|
205 |
-
The following `bitsandbytes` quantization config was used during training:
|
206 |
-
- load_in_8bit: False
|
207 |
-
- load_in_4bit: True
|
208 |
-
- llm_int8_threshold: 6.0
|
209 |
-
- llm_int8_skip_modules: None
|
210 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
211 |
-
- llm_int8_has_fp16_weight: False
|
212 |
-
- bnb_4bit_quant_type: nf4
|
213 |
-
- bnb_4bit_use_double_quant: True
|
214 |
-
- bnb_4bit_compute_dtype: bfloat16
|
215 |
-
|
216 |
-
### Framework versions
|
217 |
-
|
218 |
-
|
219 |
-
- PEFT 0.6.3.dev0
|
220 |
-
## Training procedure
|
221 |
-
|
222 |
-
|
223 |
-
The following `bitsandbytes` quantization config was used during training:
|
224 |
-
- load_in_8bit: False
|
225 |
-
- load_in_4bit: True
|
226 |
-
- llm_int8_threshold: 6.0
|
227 |
-
- llm_int8_skip_modules: None
|
228 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
229 |
-
- llm_int8_has_fp16_weight: False
|
230 |
-
- bnb_4bit_quant_type: nf4
|
231 |
-
- bnb_4bit_use_double_quant: True
|
232 |
-
- bnb_4bit_compute_dtype: bfloat16
|
233 |
-
|
234 |
### Framework versions
|
235 |
|
236 |
-
|
237 |
-
- PEFT 0.6.3.dev0
|
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.7.1.dev0
|
|
adapter_config.json
CHANGED
@@ -8,8 +8,11 @@
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
|
|
11 |
"lora_alpha": 32,
|
12 |
"lora_dropout": 0.05,
|
|
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
"lora_alpha": 32,
|
13 |
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
"r": 16,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18898161
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f1007d6f223fc3ccd4ea2d7e0345c93b8d416981bf99391d9217ecd22b443ae
|
3 |
size 18898161
|