Views
No views yet

.
├── gRNAde_drop3d@0.75_maxlen@500.h5 # Main gRNAde model checkpoint
├── rhofold/ # RhoFold checkpoint (optional)
├── ribonanzanet/ # RibonanzaNet checkpoint
└── ribonanzanet_sec_struct/ # RibonanzaNet secondary structure checkpointgRNAde_drop3d@0.75_maxlen@500.h5ribonanzanet/ribonanzanet_sec_struct/rhofold/1# Ensure you are in the base directory
2cd ~/geometric-rna-design
3
4# Install HuggingFace CLI (https://huggingface.co/docs/huggingface_hub/main/en/guides/cli)
5curl -LsSf https://hf.co/cli/install.sh | bash
6# alternate: pip install -U "huggingface_hub", or brew install huggingface-cli
7hf auth login
8
9# Download all checkpoints to checkpoints/ directory
10huggingface-cli download chaitjo/gRNAde --local-dir checkpoints/1# Download only the main gRNAde checkpoint
2huggingface-cli download chaitjo/gRNAde gRNAde_drop3d@0.75_maxlen@500.h5 --local-dir checkpoints/
3
4# Download only RibonanzaNet checkpoints (required for design pipeline)
5huggingface-cli download chaitjo/gRNAde ribonanzanet/ --local-dir checkpoints/
6huggingface-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}
}