sbert 0.4.1

Rust implementation of Sentence Bert (SBert)
Documentation
1
2
3
4
5
mod dense;
mod pooling;

pub use dense::Dense;
pub use pooling::Pooling;