CluelessNovice commited on
Commit
fd353a4
1 Parent(s): 2b345b3

Upload adapter model

Browse files
Model-demo-35M.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da6c1d44c93fcaa39ff74b5f8e0e028fcd2f1bd9a5938092066c415eb48de68b
3
+ size 3608433
README.md CHANGED
@@ -5,7 +5,7 @@ base_model: westlake-repl/SaProt_35M_AF2
5
 
6
  # Model Card for Model ID
7
 
8
- This model is used for a demo task
9
 
10
 
11
 
@@ -81,7 +81,7 @@ Use the code below to get started with the model.
81
 
82
  [More Information Needed]
83
 
84
- ### Training Procedure
85
 
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
@@ -197,8 +197,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
197
  ## Model Card Contact
198
 
199
  [More Information Needed]
200
-
201
-
202
  ### Framework versions
203
 
204
- - PEFT 0.10.0
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This model is used for a demo task<br><br> The digital label means: <br>0: Positive <br> 1: Negative <br>
9
 
10
 
11
 
 
81
 
82
  [More Information Needed]
83
 
84
+ ### Training Procedure
85
 
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
 
197
  ## Model Card Contact
198
 
199
  [More Information Needed]
 
 
200
  ### Framework versions
201
 
202
+ - PEFT 0.11.1
adapter_config.json CHANGED
@@ -15,18 +15,20 @@
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
18
- "classifier"
 
 
19
  ],
20
  "peft_type": "LORA",
21
  "r": 8,
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "key",
26
  "query",
27
  "intermediate.dense",
28
  "output.dense",
29
- "value"
 
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
 
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
  "query",
28
  "intermediate.dense",
29
  "output.dense",
30
+ "value",
31
+ "key"
32
  ],
33
  "task_type": "SEQ_CLS",
34
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d047e5d61f1382a4dc158f5e305e75ef64ad63caea5b5c6f230fe06cbc0180e
3
  size 4265400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046ec15279040ce8863f95e5cf703430f28d09aeba5ad2e931d7a68ad553b26a
3
  size 4265400
metadata.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "training_data_type": "AA"
3
+ }