CluelessNovice
commited on
Commit
•
82d5ba7
1
Parent(s):
6483f50
Upload adapter model
Browse files- adapter_config.json +34 -35
- demo.adapter.zip +2 -2
- metadata.json +3 -0
adapter_config.json
CHANGED
@@ -1,37 +1,36 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
"training_data_type": "AA"
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "westlake-repl/SaProt_35M_AF2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"classifier",
|
19 |
+
"classifier",
|
20 |
+
"score"
|
21 |
+
],
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"key",
|
28 |
+
"query",
|
29 |
+
"output.dense",
|
30 |
+
"intermediate.dense",
|
31 |
+
"value"
|
32 |
+
],
|
33 |
+
"task_type": "SEQ_CLS",
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": false
|
|
|
36 |
}
|
demo.adapter.zip
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:009e3896fadc352e6a1a2df9beb328811fb91e03c297f6f5f28625dc52b73df1
|
3 |
+
size 3769662
|
metadata.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"training_data_type": "AA"
|
3 |
+
}
|