FarmerTao commited on
Commit
7a8ca78
·
verified ·
1 Parent(s): 313e8f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -6,16 +6,28 @@ library_name: peft
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
- This model is used to predict mutation fitness score of protein GAL4_YEAST. 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).
10
 
11
  ### Task type
12
-
13
  ### Dataset description
14
-
15
  ### Model input type
16
-
17
  ### Performance
18
 
 
19
  ### LoRA config
 
 
 
 
20
 
21
  ### Training config
 
 
 
 
 
 
 
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ This model is used to predict mutation fitness score of protein GAL4_YEAST.
10
 
11
  ### Task type
12
+ 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
+ Anomino acid
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
27
+ class: AdamW
28
+ betas: (0.9, 0.98)
29
+ weight_decay: 0.01
30
+ learning rate: 1e-4
31
+ epoch: 50
32
+ batch size: 2
33
+ precision: 16-mixed