Struct rust_bert::models::mobilebert::MobileBertConfigResources
source · pub struct MobileBertConfigResources;Expand description
Implementations§
source§impl MobileBertConfigResources
impl MobileBertConfigResources
sourcepub const MOBILEBERT_UNCASED: (&'static str, &'static str) = _
pub const MOBILEBERT_UNCASED: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Google team at https://huggingface.co/google/mobilebert-uncased. Modified with conversion to C-array format.
sourcepub const MOBILEBERT_ENGLISH_POS: (&'static str, &'static str) = _
pub const MOBILEBERT_ENGLISH_POS: (&'static str, &'static str) = _
Shared under MIT license at https://huggingface.co/mrm8488/mobilebert-finetuned-pos. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for MobileBertConfigResources
impl Send for MobileBertConfigResources
impl Sync for MobileBertConfigResources
impl Unpin for MobileBertConfigResources
impl UnwindSafe for MobileBertConfigResources
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