Datasets:
upload
Browse files- .gitattributes +1 -0
- README.md +31 -0
- test.csv +3 -0
- train.csv +3 -0
- valid.csv +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
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 |
+
# EC Dataset
|
11 |
+
|
12 |
+
- Description: The Enzyme Commission number (EC number) is a numerical classification scheme for enzymes, based on the chemical reactions they catalyze.
|
13 |
+
- Number of labels: 585
|
14 |
+
- Problem Type: multi_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
17 |
+
|
18 |
+
# Github
|
19 |
+
|
20 |
+
Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
|
21 |
+
|
22 |
+
https://github.com/tyang816/SES-Adapter
|
23 |
+
|
24 |
+
# Citation
|
25 |
+
Please cite our work if you use our dataset.
|
26 |
+
```
|
27 |
+
@article{tan2024ses-adapter,
|
28 |
+
title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
|
29 |
+
author={Tan, Yang and Li, Mingchen and Zhou, Bingxin and Zhong, Bozitao and Zheng, Lirong and Tan, Pan and Zhou, Ziyi and Yu, Huiqun and Fan, Guisheng and Hong, Liang},
|
30 |
+
journal={Journal of Chemical Information and Modeling},
|
31 |
+
year={2024},
|
32 |
+
publisher={ACS Publications}
|
33 |
+
}
|
34 |
+
```
|
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da519d39e21288a9a08038a9763185ff20a6b31230c93888380bbf8f14d0440b
|
3 |
+
size 454139
|
train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29c7b12a9053f6790364d11439f115d410fca745658cbff752a85ef6ddb3648b
|
3 |
+
size 3835323
|
valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7a4bee8d919b914f59d55141d73720815965537bbe0c10ed41cbc197d784bf5
|
3 |
+
size 437943
|