Struct rust_bert::longformer::LongformerVocabResources [−][src]
pub struct LongformerVocabResources;Expand description
Implementations
Shared under Apache 2.0 license by the AllenAI team at https://github.com/allenai/longformer. Modified with conversion to C-array format.
Shared under MIT license at https://huggingface.co/valhalla/longformer-base-4096-finetuned-squadv1. Modified with conversion to C-array format.
Auto Trait Implementations
impl RefUnwindSafe for LongformerVocabResources
impl Send for LongformerVocabResources
impl Sync for LongformerVocabResources
impl Unpin for LongformerVocabResources
impl UnwindSafe for LongformerVocabResources
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
