probablybots commited on
Commit
4920083
·
verified ·
1 Parent(s): 818d3e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -7,6 +7,23 @@ tags:
7
  - pytorch_model_hub_mixin
8
  ---
9
 
10
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
11
- - Library: [More Information Needed]
12
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```