isaacOnline
commited on
Commit
•
fde4f47
1
Parent(s):
9d29c3e
Upload model
Browse files- README.md +1 -17
- adapter_config.json +8 -5
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -199,22 +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 |
-
- 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 |
-
|
220 |
-
- PEFT 0.6.2
|
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.7.1
|
|
adapter_config.json
CHANGED
@@ -8,21 +8,24 @@
|
|
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 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"q_proj",
|
20 |
"k_proj",
|
21 |
-
"
|
22 |
"up_proj",
|
23 |
-
"gate_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
|
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
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": 8,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"k_proj",
|
23 |
+
"o_proj",
|
24 |
"up_proj",
|
|
|
25 |
"v_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
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:040a8339d2da2161027d3a3abad28f560a971c113d99dd1fcafc68236f932a4a
|
3 |
+
size 83945296
|