encoderfile 0.4.0-rc.1

Distribute and run transformer encoders with a single file.
Documentation
1
2
3
4
5
6
7
8
9
mod embedding;
mod inference;
mod model_metadata;
mod sentence_embedding;
mod sequence_classification;
mod token_classification;

pub use inference::Inference;
pub use model_metadata::*;