tyang816 mkbig commited on
Commit
72e135b
·
verified ·
1 Parent(s): 3199316

Update README.md (#1)

Browse files

- Update README.md (3be144a9e988778093ccfdef00dcae3e69ef0fb8)


Co-authored-by: moyu <[email protected]>

Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - protein
7
+ - downstream task
8
+ ---
9
+
10
+ # DeepET_Topt Dataset
11
+
12
+ - Description: protein optimum temperature.
13
+ - Number of labels: 1
14
+ - Problem Type: regression
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+ - ss8_seq: DSSP 8 secondary structure sequence
18
+ - foldseek_seq: foldseek 20 3di structural sequence
19
+ - ss3_seq: DSSP 3 secondary structure sequence
20
+
21
+ # Github
22
+
23
+ VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
24
+
25
+ https://github.com/ai4protein/VenusFactory
26
+
27
+ # Citation
28
+ Please cite our work if you use our dataset.
29
+ ```
30
+ @article{tan2025venusfactory,
31
+ title={VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning},
32
+ author={Tan, Yang and Liu, Chen and Gao, Jingyuan and Wu, Banghao and Li, Mingchen and Wang, Ruilin and Zhang, Lingrong and Yu, Huiqun and Fan, Guisheng and Hong, Liang and Zhou, Bingxin},
33
+ journal={arXiv preprint arXiv:2503.15438},
34
+ year={2025}
35
+ }
36
+ ```