Struct rust_bert::models::deberta::DebertaConfigResources
source · pub struct DebertaConfigResources;Expand description
Implementations§
source§impl DebertaConfigResources
impl DebertaConfigResources
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 DebertaConfigResources
impl Send for DebertaConfigResources
impl Sync for DebertaConfigResources
impl Unpin for DebertaConfigResources
impl UnwindSafe for DebertaConfigResources
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