tyang816 commited on
Commit
80ec7fc
·
1 Parent(s): 13264e7
Files changed (4) hide show
  1. README.md +32 -0
  2. test.csv +0 -0
  3. train.csv +0 -0
  4. valid.csv +0 -0
README.md CHANGED
@@ -1,3 +1,35 @@
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
+ # DeepLocBinary 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
+ - location: On the membrane or not
18
+
19
+ # Github
20
+
21
+ Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
22
+
23
+ https://github.com/tyang816/SES-Adapter
24
+
25
+ # Citation
26
+ Please cite our work if you use our dataset.
27
+ ```
28
+ @article{tan2024ses-adapter,
29
+ title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
30
+ 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},
31
+ journal={Journal of Chemical Information and Modeling},
32
+ year={2024},
33
+ publisher={ACS Publications}
34
+ }
35
+ ```
test.csv ADDED
The diff for this file is too large to render. See raw diff
 
train.csv ADDED
The diff for this file is too large to render. See raw diff
 
valid.csv ADDED
The diff for this file is too large to render. See raw diff