Struct rust_bert::roberta::RobertaModelResources [−][src]
pub struct RobertaModelResources;Expand description
Implementations
Shared under MIT license by the Facebook AI Research Fairseq team at https://github.com/pytorch/fairseq. Modified with conversion to C-array format.
Shared under Apache 2.0 license by the Hugging Face Inc. team at https://huggingface.co/distilroberta-base. Modified with conversion to C-array format.
Shared under Apache 2.0 license by deepset at https://huggingface.co/deepset/roberta-base-squad2. Modified with conversion to C-array format.
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/models. Modified with conversion to C-array format.
Auto Trait Implementations
impl RefUnwindSafe for RobertaModelResources
impl Send for RobertaModelResources
impl Sync for RobertaModelResources
impl Unpin for RobertaModelResources
impl UnwindSafe for RobertaModelResources
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
