Update README.md
Browse files
README.md
CHANGED
@@ -57,5 +57,18 @@ mgen test --model SequenceClassification --model.backbone aido_rna_1b600m_cds --
|
|
57 |
For more information, visit: [ModelGenerator](https://github.com/genbio-ai/modelgenerator)
|
58 |
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## Reference
|
61 |
1. Carlos Outeiral and Charlotte M Deane. Codon language embeddings provide strong signals for use in protein engineering. Nature Machine Intelligence, 6(2):170–179, 2024.
|
|
|
57 |
For more information, visit: [ModelGenerator](https://github.com/genbio-ai/modelgenerator)
|
58 |
|
59 |
|
60 |
+
## Citation
|
61 |
+
Please cite AIDO.RNA using the following BibTeX code:
|
62 |
+
```
|
63 |
+
@inproceedings{
|
64 |
+
zou2024a,
|
65 |
+
title={A Large-Scale Foundation Model for {RNA} Function and Structure Prediction},
|
66 |
+
author={Shuxian Zou and Tianhua Tao and Sazan Mahbub and Caleb Ellington and Robin Jonathan Algayres and Dian Li and Yonghao Zhuang and Hongyi Wang and Le Song and Eric P. Xing},
|
67 |
+
booktitle={NeurIPS 2024 Workshop on AI for New Drug Modalities},
|
68 |
+
year={2024},
|
69 |
+
url={https://openreview.net/forum?id=Gzo3JMPY8w}
|
70 |
+
}
|
71 |
+
```
|
72 |
+
|
73 |
## Reference
|
74 |
1. Carlos Outeiral and Charlotte M Deane. Codon language embeddings provide strong signals for use in protein engineering. Nature Machine Intelligence, 6(2):170–179, 2024.
|