trustformers-models 0.1.1

Model implementations for TrustformeRS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config;
pub mod model;
pub mod tasks;

#[cfg(test)]
mod tests;

pub use config::MistralConfig;
pub use model::{
    MistralAttention, MistralDecoderLayer, MistralForCausalLM, MistralModel, MixtralExpert,
    MixtralSparseMoE,
};