rust-bert 0.23.0

Ready-to-use NLP pipelines and language models
Documentation
1
2
3
4
use crate::deberta::BaseDebertaEmbeddings;
use tch::nn::LayerNorm;

pub type DebertaV2Embeddings = BaseDebertaEmbeddings<LayerNorm>;