Struct rust_bert::models::deberta::DebertaModelResources
source · pub struct DebertaModelResources;Expand description
Implementations§
source§impl DebertaModelResources
impl DebertaModelResources
sourcepub const DEBERTA_BASE: (&'static str, &'static str) = _
pub const DEBERTA_BASE: (&'static str, &'static str) = _
Shared under MIT license by the Microsoft team at https://huggingface.co/microsoft/deberta-base. Modified with conversion to C-array format.
sourcepub const DEBERTA_BASE_MNLI: (&'static str, &'static str) = _
pub const DEBERTA_BASE_MNLI: (&'static str, &'static str) = _
Shared under MIT license by the Microsoft team at https://huggingface.co/microsoft/deberta-base-mnli. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for DebertaModelResources
impl Send for DebertaModelResources
impl Sync for DebertaModelResources
impl Unpin for DebertaModelResources
impl UnwindSafe for DebertaModelResources
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