Struct rust_bert::models::distilbert::DistilBertModelResources
source · pub struct DistilBertModelResources;Expand description
Implementations§
source§impl DistilBertModelResources
impl DistilBertModelResources
sourcepub const DISTIL_BERT_SST2: (&'static str, &'static str) = _
pub const DISTIL_BERT_SST2: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
sourcepub const DISTIL_BERT: (&'static str, &'static str) = _
pub const DISTIL_BERT: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
sourcepub const DISTIL_BERT_SQUAD: (&'static str, &'static str) = _
pub const DISTIL_BERT_SQUAD: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
sourcepub const DISTILUSE_BASE_MULTILINGUAL_CASED: (&'static str, &'static str) = _
pub const DISTILUSE_BASE_MULTILINGUAL_CASED: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for DistilBertModelResources
impl Send for DistilBertModelResources
impl Sync for DistilBertModelResources
impl Unpin for DistilBertModelResources
impl UnwindSafe for DistilBertModelResources
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