ferritin_plms/amplify/mod.rs
1//! AMPLIFY
2//!
3//! Utilities for working with the Amplify protein language model.
4//!
5//! - [GH Amplify Code](https://github.com/chandar-lab/AMPLIFY)
6//! - [HF - 120M Model ](https://huggingface.co/chandar-lab/AMPLIFY_120M)
7//! - [Paper](https://www.biorxiv.org/content/10.1101/2024.09.23.614603v1)
8//!
9pub mod amplify;
10pub mod amplify_runner;
11pub mod config;