Upload 4 files
Browse files- README.md +39 -3
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- metadata.json +4 -0
README.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
base_model: ProTrekHub/Protein_Encoder_35M
|
| 5 |
+
|
| 6 |
+
library_name: peft
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Model Card for Model-Demo-ProTrek-35M
|
| 13 |
+
<slot name='description'>
|
| 14 |
+
|
| 15 |
+
## Task type
|
| 16 |
+
Protein-level Classification
|
| 17 |
+
|
| 18 |
+
## Model input type
|
| 19 |
+
AA Sequence
|
| 20 |
+
|
| 21 |
+
## LoRA config
|
| 22 |
+
|
| 23 |
+
- **r:** 8
|
| 24 |
+
- **lora_dropout:** 0.0
|
| 25 |
+
- **lora_alpha:** 16
|
| 26 |
+
- **target_modules:** ['key', 'value', 'output.dense', 'query', 'intermediate.dense']
|
| 27 |
+
- **modules_to_save:** ['classifier']
|
| 28 |
+
|
| 29 |
+
## Training config
|
| 30 |
+
|
| 31 |
+
- **optimizer:**
|
| 32 |
+
- **class:** AdamW
|
| 33 |
+
- **betas:** (0.9, 0.98)
|
| 34 |
+
- **weight_decay:** 0.01
|
| 35 |
+
- **learning rate:** 0.0005
|
| 36 |
+
- **epoch:** 5
|
| 37 |
+
- **batch size:** 1
|
| 38 |
+
- **precision:** 16-mixed
|
| 39 |
+
|
adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "ProTrekHub/Protein_Encoder_35M",
|
| 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 |
+
"value",
|
| 27 |
+
"output.dense",
|
| 28 |
+
"query",
|
| 29 |
+
"intermediate.dense"
|
| 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:6fe056a85c468d0eef54a06474f7b8661befc4ec2d082288be5f69f200c2f136
|
| 3 |
+
size 4265400
|
metadata.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"training_task_type": "Protein-level Classification",
|
| 3 |
+
"training_data_type": "AA"
|
| 4 |
+
}
|