Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
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
+ - gene: gene id
18
+
19
+ # Github
20
+
21
+ VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
22
+
23
+ https://github.com/ai4protein/VenusFactory
24
+
25
+ # Citation
26
+ Please cite our work if you use our dataset.
27
+ ```
28
+ @article{tan2025venusfactory,
29
+ title={VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning},
30
+ 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},
31
+ journal={arXiv preprint arXiv:2503.15438},
32
+ year={2025}
33
+ }
34
+ ```