Struct rust_bert::albert::AlbertVocabResources
source · pub struct AlbertVocabResources;Expand description
Implementations§
source§impl AlbertVocabResources
impl AlbertVocabResources
sourcepub const ALBERT_BASE_V2: (&'static str, &'static str) = _
pub const ALBERT_BASE_V2: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Google team at https://github.com/google-research/ALBERT. Modified with conversion to C-array format.
sourcepub const PARAPHRASE_ALBERT_SMALL_V2: (&'static str, &'static str) = _
pub const PARAPHRASE_ALBERT_SMALL_V2: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/sentence-transformers/paraphrase-albert-small-v2. Modified with conversion to C-array format.