Zhikai Li
commited on
Commit
·
cc27b32
1
Parent(s):
f12fb7b
Upload adapter model
Browse files- Model-demo-35M.zip +3 -0
- README.md +46 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- metadata.json +3 -0
Model-demo-35M.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff05922158ac81828684cdbf93cf464d49eb792f497a8be74bd5e684f1d71adc
|
| 3 |
+
size 3565567
|
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
base_model: westlake-repl/SaProt_35M_AF2
|
| 5 |
+
|
| 6 |
+
library_name: peft
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Model Card for Model-demo-35M
|
| 13 |
+
This model is used for a demo classification task
|
| 14 |
+
|
| 15 |
+
## Task type
|
| 16 |
+
Protein-level Classification
|
| 17 |
+
|
| 18 |
+
## Model input type
|
| 19 |
+
SA Sequence
|
| 20 |
+
|
| 21 |
+
## Label meanings
|
| 22 |
+
|
| 23 |
+
0: A
|
| 24 |
+
|
| 25 |
+
1: B
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
## LoRA config
|
| 29 |
+
|
| 30 |
+
- **r:** 8
|
| 31 |
+
- **lora_dropout:** 0.0
|
| 32 |
+
- **lora_alpha:** 16
|
| 33 |
+
- **target_modules:** ['key', 'query', 'output.dense', 'intermediate.dense', 'value']
|
| 34 |
+
- **modules_to_save:** ['classifier']
|
| 35 |
+
|
| 36 |
+
## Training config
|
| 37 |
+
|
| 38 |
+
- **optimizer:**
|
| 39 |
+
- **class:** AdamW
|
| 40 |
+
- **betas:** (0.9, 0.98)
|
| 41 |
+
- **weight_decay:** 0.01
|
| 42 |
+
- **learning rate:** 0.001
|
| 43 |
+
- **epoch:** 1
|
| 44 |
+
- **batch size:** 2
|
| 45 |
+
- **precision:** 16-mixed
|
| 46 |
+
|
adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 16,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 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 |
+
"output.dense",
|
| 28 |
+
"intermediate.dense",
|
| 29 |
+
"value"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "SEQ_CLS",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70b3994749cee98db30005e5b9b064d01a3adcd0069e4bc78f3667f8e5a8f6c4
|
| 3 |
+
size 4265400
|
metadata.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"training_data_type": "SA"
|
| 3 |
+
}
|