Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,17 @@ protein level regression
|
|
13 |
### Dataset description
|
14 |
The dataset is from [SESNet: sequence-structure feature-integrated deep learning method for data-efficient protein engineering](https://jcheminf.biomedcentral.com/articles/10.1186/s13321-023-00688-x).
|
15 |
### Model input type
|
16 |
-
|
17 |
### Performance
|
18 |
|
19 |
|
20 |
### LoRA config
|
21 |
lora_dropout: 0.0
|
|
|
22 |
lora_alpha: 16
|
|
|
23 |
target_modules: ["query", "key", "value", "intermediate.dense", "output.dense"]
|
|
|
24 |
modules_to_save: ["classifier"]
|
25 |
|
26 |
### Training config
|
|
|
13 |
### Dataset description
|
14 |
The dataset is from [SESNet: sequence-structure feature-integrated deep learning method for data-efficient protein engineering](https://jcheminf.biomedcentral.com/articles/10.1186/s13321-023-00688-x).
|
15 |
### Model input type
|
16 |
+
Amino acid sequence
|
17 |
### Performance
|
18 |
|
19 |
|
20 |
### LoRA config
|
21 |
lora_dropout: 0.0
|
22 |
+
|
23 |
lora_alpha: 16
|
24 |
+
|
25 |
target_modules: ["query", "key", "value", "intermediate.dense", "output.dense"]
|
26 |
+
|
27 |
modules_to_save: ["classifier"]
|
28 |
|
29 |
### Training config
|