Commit
·
79fad6f
1
Parent(s):
972e66a
Upload model
Browse files- README.md +1 -3
- adapter_config.json +5 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -200,7 +200,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
200 |
|
201 |
## Training procedure
|
202 |
|
203 |
-
|
204 |
The following `bitsandbytes` quantization config was used during training:
|
205 |
- quant_method: bitsandbytes
|
206 |
- load_in_8bit: False
|
@@ -215,5 +214,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
215 |
|
216 |
### Framework versions
|
217 |
|
218 |
-
|
219 |
-
- PEFT 0.6.2
|
|
|
200 |
|
201 |
## Training procedure
|
202 |
|
|
|
203 |
The following `bitsandbytes` quantization config was used during training:
|
204 |
- quant_method: bitsandbytes
|
205 |
- load_in_8bit: False
|
|
|
214 |
|
215 |
### Framework versions
|
216 |
|
217 |
+
- PEFT 0.7.0
|
|
adapter_config.json
CHANGED
@@ -8,16 +8,19 @@
|
|
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,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
|
|
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,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45b8a5c66de24d778f76fd6a92cdf8e21797af5821b717b0bdf65d573d6bf87c
|
3 |
size 27280152
|