Datasets:
Update README.md (#1)
Browse files- Update README.md (0e1e98ca274a44d099adab8b442908df37e3d4d9)
Co-authored-by: moyu <[email protected]>
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 |
+
# DeepLoc2Multi_AlphaFold2 Dataset
|
11 |
+
|
12 |
+
- Description: Protein localization encompasses the processes that establish and maintain proteins at specific locations.
|
13 |
+
- Number of labels: 2
|
14 |
+
- Problem Type: single_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
17 |
+
- detail: meta information
|
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 |
+
```
|