Upload 13 files
Browse files- README.md +15 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -199,6 +199,20 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
### Framework versions
|
203 |
|
204 |
-
- PEFT 0.7.
|
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
202 |
+
## Training procedure
|
203 |
+
|
204 |
+
The following `bitsandbytes` quantization config was used during training:
|
205 |
+
- quant_method: bitsandbytes
|
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 |
+
- PEFT 0.7.0
|
adapter_config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"fc2",
|
|
|
23 |
"Wqkv",
|
24 |
-
"fc1"
|
25 |
-
"out_proj",
|
26 |
-
"linear"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"out_proj",
|
23 |
"fc2",
|
24 |
+
"linear",
|
25 |
"Wqkv",
|
26 |
+
"fc1"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 53764520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eb24a5ca10d959e04d38fcdc3f316c3ce77ee5dbacbf39790b79106de8f5e30
|
3 |
size 53764520
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2836567400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f175cd5282f0055a6925ea500990e1a0b4cd58e823cb9f13125222650537644
|
3 |
size 2836567400
|