Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
tyang816 mkbig commited on
Commit
a9037d9
·
verified ·
1 Parent(s): 4ad557a

Update README.md (#1)

Browse files

- Update README.md (024f576845930ba6d3ad0297dfd6e3f0d82bb3e8)


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

Files changed (1) hide show
  1. README.md +33 -16
README.md CHANGED
@@ -1,16 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - text-classification
5
- tags:
6
- - protein
7
- - downstream task
8
- ---
9
-
10
- # DeepLoc2Multi Dataset
11
-
12
- - Description: Protein localization prediction with multiple labels and classes.
13
- - Number of labels: 10
14
- - Problem Type: multi_label_classification
15
- - Columns:
16
- - aa_seq: protein amino acid sequence
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - protein
7
+ - downstream task
8
+ ---
9
+
10
+ # DeepLoc2Multi Dataset
11
+
12
+ - Description: Protein localization prediction with multiple labels and classes.
13
+ - Number of labels: 10
14
+ - Problem Type: multi_label_classification
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+
18
+ # Github
19
+
20
+ VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
21
+
22
+ https://github.com/ai4protein/VenusFactory
23
+
24
+ # Citation
25
+ Please cite our work if you use our dataset.
26
+ ```
27
+ @article{tan2025venusfactory,
28
+ title={VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning},
29
+ 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},
30
+ journal={arXiv preprint arXiv:2503.15438},
31
+ year={2025}
32
+ }
33
+ ```