supark0514
commited on
Commit
•
a469480
1
Parent(s):
a63f9d7
Upload model
Browse files- README.md +2 -6
- adapter_config.json +6 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model: bert-base-
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -199,10 +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 |
### Framework versions
|
206 |
|
207 |
-
|
208 |
-
- PEFT 0.6.2
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
|
|
|
|
|
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.7.0
|
|
adapter_config.json
CHANGED
@@ -1,23 +1,26 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "bert-base-
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
|
|
11 |
"lora_alpha": 1,
|
12 |
"lora_dropout": 0.1,
|
|
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 1,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
],
|
22 |
"task_type": "SEQ_CLS"
|
23 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
"lora_alpha": 1,
|
13 |
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
"r": 1,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"query",
|
23 |
+
"value"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:447b984f4ca7df41b145b33147c2254377a8b48f1847ca91187fba95ccf5a200
|
3 |
size 160400
|