brain2qwerty 0.0.1

Brain2Qwerty V1/V2 MEG neural decoding inference in Rust (parity-tested vs Python)
Documentation
1
2
3
4
5
6
7
pub mod beam;
pub mod lora;
pub mod tinyllama;

pub use beam::{BeamConfig, BeamSearch};
pub use lora::merge_lora_into_base;
pub use tinyllama::{LlamaConfig, TinyLlama};