Struct rust_bert::albert::AlbertModelResources
source · pub struct AlbertModelResources;Expand description
Implementations§
source§impl AlbertModelResources
impl AlbertModelResources
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.