chaitjo/gRNAde_datasets
Preview β’ Updated β’ 348 β’ 1
This repository contains pre-trained model checkpoints for gRNAde, a generative AI framework for RNA inverse design.
.
βββ gRNAde_drop3d@0.75_maxlen@500.h5 # Main gRNAde model checkpoint
βββ rhofold/ # RhoFold checkpoint (optional)
βββ ribonanzanet/ # RibonanzaNet checkpoint
βββ ribonanzanet_sec_struct/ # RibonanzaNet secondary structure checkpoint
gRNAde_drop3d@0.75_maxlen@500.h5ribonanzanet/ribonanzanet_sec_struct/rhofold/After setting up the gRNAde codebase, checkpoints can be downloaded manually and placed in the appropriate directory, or using HuggingFace CLI (recommended):
# Ensure you are in the base directory
cd ~/geometric-rna-design
# Install HuggingFace CLI (https://huggingface.co/docs/huggingface_hub/main/en/guides/cli)
curl -LsSf https://hf.co/cli/install.sh | bash
# alternate: pip install -U "huggingface_hub", or brew install huggingface-cli
hf auth login
# Download all checkpoints to checkpoints/ directory
huggingface-cli download chaitjo/gRNAde --local-dir checkpoints/
Alternatively, download specific files:
# Download only the main gRNAde checkpoint
huggingface-cli download chaitjo/gRNAde gRNAde_drop3d@0.75_maxlen@500.h5 --local-dir checkpoints/
# Download only RibonanzaNet checkpoints (required for design pipeline)
huggingface-cli download chaitjo/gRNAde ribonanzanet/ --local-dir checkpoints/
huggingface-cli download chaitjo/gRNAde ribonanzanet_sec_struct/ --local-dir checkpoints/
@article{joshi2025generative,
title={Generative inverse design of RNA structure and function with g{RNA}de},
author={Joshi, Chaitanya K and Gianni, Edoardo and Kwok, Samantha LY and Mathis, Simon V and Lio, Pietro and Holliger, Philipp},
journal={bioRxiv},
year={2025},
publisher={Cold Spring Harbor Laboratory}
}
@inproceedings{joshi2025grnade,
title={g{RNA}de: Geometric Deep Learning for 3D RNA inverse design},
author={Joshi, Chaitanya K and Jamasb, Arian R and Vi{\~n}as, Ramon and Harris, Charles and Mathis, Simon V and Morehead, Alex and Anand, Rishabh and Li{\`o}, Pietro},
booktitle={International Conference on Learning Representations (ICLR)},
year={2025},
}
@incollection{joshi2024grnade,
title={g{RNA}de: A Geometric Deep Learning pipeline for 3D RNA inverse design},
author={Joshi, Chaitanya K and Li{\`o}, Pietro},
booktitle={RNA Design: Methods and Protocols},
pages={121--135},
year={2024},
publisher={Springer}
}