tyang816 commited on
Commit
023834d
1 Parent(s): d31ba8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
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
+ # DeepLocMulti Dataset with AlphaFold2 Structural Sequence
11
+
12
+ - Description: Protein localization encompasses the processes that establish and maintain proteins at specific locations.
13
+ - Number of labels: 10
14
+ - Problem Type: single_label_classification
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+ - foldseek_seq: foldseek 20 3di structural sequence
18
+ - ss8_seq: DSSP 8 secondary structure sequence
19
+ - location: Specific location
20
+
21
+ # Github
22
+
23
+ Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
24
+
25
+ https://github.com/tyang816/SES-Adapter
26
+
27
+ # Citation
28
+ Please cite our work if you use our dataset.
29
+ ```
30
+ @article{tan2024ses-adapter,
31
+ title={Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models},
32
+ 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},
33
+ journal={arXiv preprint arXiv:2404.14850},
34
+ year={2024}
35
+ }
36
+ ```