Struct rust_bert::models::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.
Auto Trait Implementations§
impl RefUnwindSafe for AlbertConfigResources
impl Send for AlbertConfigResources
impl Sync for AlbertConfigResources
impl Unpin for AlbertConfigResources
impl UnwindSafe for AlbertConfigResources
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more