tyang816 mkbig commited on
Commit
bad07b8
·
verified ·
1 Parent(s): f9bcbf4

Update README.md (#1)

Browse files

- Update README.md (f244b4b788f9c90ec4a62eabb827945ec8f898a9)


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
+ # eSOL Dataset
11
+
12
+ - Description: Solubility is a fundamental protein property that has important connotations for therapeutics and use in diagnosis.
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
+ ```