Datasets:
Update README.md
Browse files
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 |
+
# Thermostability Dataset with ESMFold Structural Sequence
|
| 11 |
+
|
| 12 |
+
- Description: In materials science and molecular biology, thermostability is the ability of a substance to resist irreversible change in its chemical or physical structure, often by resisting decomposition or polymerization, at a high relative temperature.
|
| 13 |
+
- Number of labels: 1
|
| 14 |
+
- Problem Type: regression
|
| 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 |
+
|
| 20 |
+
# Github
|
| 21 |
+
|
| 22 |
+
Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
|
| 23 |
+
|
| 24 |
+
https://github.com/tyang816/SES-Adapter
|
| 25 |
+
|
| 26 |
+
# Citation
|
| 27 |
+
Please cite our work if you use our dataset.
|
| 28 |
+
```
|
| 29 |
+
@article{tan2024ses-adapter,
|
| 30 |
+
title={Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models},
|
| 31 |
+
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},
|
| 32 |
+
journal={arXiv preprint arXiv:2404.14850},
|
| 33 |
+
year={2024}
|
| 34 |
+
}
|
| 35 |
+
```
|