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