Datasets:
Update README.md (#1)
Browse files- Update README.md (eeef0d12b547f6ab15608c5d63cd9fcdf4b53818)
Co-authored-by: moyu <[email protected]>
README.md
CHANGED
@@ -1,16 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- text-classification
|
5 |
-
tags:
|
6 |
-
- protein
|
7 |
-
- downstream task
|
8 |
-
---
|
9 |
-
|
10 |
-
# SortingSignal Dataset
|
11 |
-
|
12 |
-
- Description: Protein sorting signal prediction.
|
13 |
-
- Number of labels: 9
|
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 |
+
# SortingSignal Dataset
|
11 |
+
|
12 |
+
- Description: Protein sorting signal prediction.
|
13 |
+
- Number of labels: 9
|
14 |
+
- Problem Type: multi_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
17 |
+
|
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 |
+
```
|