probablybots
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,23 @@ tags:
|
|
7 |
- pytorch_model_hub_mixin
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- pytorch_model_hub_mixin
|
8 |
---
|
9 |
|
10 |
+
# AIDO.StructureDecoder
|
11 |
+
|
12 |
+
AIDO.StructureDecoder is the decoder-only component of [AIDO.StructureTokenizer](https://huggingface.co/genbio-ai/AIDO.StructureTokenizer).
|
13 |
+
|
14 |
+
## How to Use
|
15 |
+
Please see `experiments/AIDO.StructureTokenizer` in [Model Generator](https://github.com/genbio-ai/modelgenerator)
|
16 |
+
|
17 |
+
# Citation
|
18 |
+
Please cite AIDO.StructureTokenizer using the following BibTex code:
|
19 |
+
```
|
20 |
+
@inproceedings{zhang_balancing_2024,
|
21 |
+
title = {Balancing Locality and Reconstruction in Protein Structure Tokenizer},
|
22 |
+
url = {https://www.biorxiv.org/content/10.1101/2024.12.02.626366v2},
|
23 |
+
doi = {10.1101/2024.12.02.626366},
|
24 |
+
publisher = {bioRxiv},
|
25 |
+
author = {Zhang, Jiayou and Meynard-Piganeau, Barthelemy and Gong, James and Cheng, Xingyi and Luo, Yingtao and Ly, Hugo and Song, Le and Xing, Eric},
|
26 |
+
year = {2024},
|
27 |
+
booktitle={NeurIPS 2024 Workshop on AI for New Drug Modalities},
|
28 |
+
}
|
29 |
+
```
|