trustformers-models 0.1.1

Model implementations for TrustformeRS
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod model;

#[cfg(test)]
mod tests;

pub use config::GptNeoConfig;
pub use model::{GptNeoLMHeadModel, GptNeoModel};