File size: 965 Bytes
620f198
 
 
 
 
 
8ab1fa2
 
91d22f6
3ae6755
620f198
 
8ab1fa2
 
2a05e20
620f198
 
 
 
c9984b4
620f198
 
 
 
 
 
 
 
 
ca33ec3
 
620f198
 
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
---
license: mit
---

**Base model:** [westlake-repl/SaProt_650M_AF2](https://huggingface.co/westlake-repl/SaProt_650M_AF2)

**Task type:** protein-level classification

**Label meaning:** Label corresponds to the structural class of given protein and includes 3,042 categories. This task is built on the SCOP database.

**Dataset:** [SaProtHub/Dataset-Structural_Class-ProteinShake](https://huggingface.co/datasets/SaProtHub/Dataset-Structural_Class-ProteinShake)

**Model input type:** SA(Structure-aware) sequence

**Performance (on test set):** 80.16% Accuracy

**LoRA config:**
- **r:** 8
- **lora_dropout:** 0
- **lora_alpha:** 16
- **target_modules:** ["query", "key", "value", "intermediate.dense", "output.dense"]
- **modules_to_save:** ["classifier"]

**Training config:**

- **optimizer:**
  - **class:** AdamW
  - **betas:** (0.9, 0.98)
  - **weight_decay:** 0.01
- **learning rate:** 5e-4
- **epoch:** 100
- **batch size:** 64
- **precision:** 16-mixed