CluelessNovice commited on
Commit
53df28f
·
1 Parent(s): 95a238a

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:51b87f7a4795357e35d14773de5a42741fe31528af5b006a937dddbb763ad73b
3
+ size 3578581
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- library_name: peft
3
  base_model: westlake-repl/SaProt_35M_AF2
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- This model is used for a demo task<br> The digital label means: <br>0: Nucleus <br>1: Cytoplasm <br>2: Extracellular <br>3: Mitochondrion <br>4: Cell.membrane <br>5: Endoplasmic.reticulum <br>6: Plastid <br>7: Golgi.apparatus <br>8: Lysosome/Vacuole <br>9: Peroxisome <br>
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
 
1
  ---
 
2
  base_model: westlake-repl/SaProt_35M_AF2
3
+ library_name: peft
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
+ This model is used for a demo classification task<br><br> The digital label means: <br>0: A <br> 1: B <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.10.0
adapter_config.json CHANGED
@@ -10,8 +10,8 @@
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": [
@@ -22,11 +22,11 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "key",
26
  "output.dense",
27
- "query",
28
  "value",
29
- "intermediate.dense"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "intermediate.dense",
26
  "output.dense",
27
+ "key",
28
  "value",
29
+ "query"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "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:7926a2e85a540575fd2c2e5ad2d20e4ca9b44aaf7a5590a686f9037a4ef2f150
3
  size 4265400
metadata.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "training_data_type": "AA"
3
+ }