burn_dragon_hatchling 0.2.0

burn (baby) dragon hatchling inference and training
Documentation
1
2
3
4
5
6
7
8
mod attention;
mod bdh;
mod config;
mod loss;

pub use bdh::BDH;
pub use config::{BDHConfig, FusedKernelConfig};
pub use loss::language_model_loss;