encoderfile 0.6.2

Distribute and run transformer encoders with a single file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod base_binary;
// I'm not playing this game with clippy today -RB
#[allow(clippy::module_inception)]
pub mod builder;
pub mod cache;
pub mod cli;
pub mod config;
pub mod model;
pub mod templates;
/// Terminal logging utilities.
pub mod terminal;
pub mod tokenizer;
pub mod transforms;