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