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