Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
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 |
+
# DeepSolE PDB Dataset
|
11 |
+
|
12 |
+
# Github
|
13 |
+
|
14 |
+
Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
|
15 |
+
|
16 |
+
https://github.com/tyang816/SES-Adapter
|
17 |
+
|
18 |
+
# Citation
|
19 |
+
Please cite our work if you use our dataset.
|
20 |
+
```
|
21 |
+
@article{tan2024ses-adapter,
|
22 |
+
title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
|
23 |
+
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},
|
24 |
+
journal={Journal of Chemical Information and Modeling},
|
25 |
+
year={2024},
|
26 |
+
publisher={ACS Publications}
|
27 |
+
}
|
28 |
+
```
|