Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ESM-S
|
2 |
|
3 |
ESM-S (https://arxiv.org/abs/2402.05856) is a series of structure-informed protein language models, which are trained on remote homology detection tasks for distilling structural information.
|
4 |
The corresponding datasets can be downloaded at https://huggingface.co/datasets/Oxer11/Protein-Function-Annotation.
|
5 |
The codebase can be found at https://github.com/DeepGraphLearning/esm-s.
|
6 |
|
|
|
|
|
7 |
# BibTeX
|
8 |
```
|
9 |
@article{zhang2024structureplm,
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Oxer11/Protein-Function-Annotation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- Protein Langauge Model
|
9 |
+
- AI for Drug Discovery
|
10 |
+
- AI for Science
|
11 |
+
---
|
12 |
+
|
13 |
# ESM-S
|
14 |
|
15 |
ESM-S (https://arxiv.org/abs/2402.05856) is a series of structure-informed protein language models, which are trained on remote homology detection tasks for distilling structural information.
|
16 |
The corresponding datasets can be downloaded at https://huggingface.co/datasets/Oxer11/Protein-Function-Annotation.
|
17 |
The codebase can be found at https://github.com/DeepGraphLearning/esm-s.
|
18 |
|
19 |
+

|
20 |
+
|
21 |
# BibTeX
|
22 |
```
|
23 |
@article{zhang2024structureplm,
|