Struct rust_bert::models::roberta::RobertaModelResources
source · pub struct RobertaModelResources;Expand description
Implementations§
source§impl RobertaModelResources
impl RobertaModelResources
sourcepub const ROBERTA: (&'static str, &'static str) = _
pub const ROBERTA: (&'static str, &'static str) = _
Shared under MIT license by the Facebook AI Research Fairseq team at https://github.com/pytorch/fairseq. Modified with conversion to C-array format.
sourcepub const DISTILROBERTA_BASE: (&'static str, &'static str) = _
pub const DISTILROBERTA_BASE: (&'static str, &'static str) = _
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.
sourcepub const ROBERTA_QA: (&'static str, &'static str) = _
pub const ROBERTA_QA: (&'static str, &'static str) = _
Shared under Apache 2.0 license by deepset at https://huggingface.co/deepset/roberta-base-squad2. Modified with conversion to C-array format.
sourcepub const XLM_ROBERTA_NER_EN: (&'static str, &'static str) = _
pub const XLM_ROBERTA_NER_EN: (&'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 XLM_ROBERTA_NER_DE: (&'static str, &'static str) = _
pub const XLM_ROBERTA_NER_DE: (&'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 XLM_ROBERTA_NER_NL: (&'static str, &'static str) = _
pub const XLM_ROBERTA_NER_NL: (&'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 XLM_ROBERTA_NER_ES: (&'static str, &'static str) = _
pub const XLM_ROBERTA_NER_ES: (&'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 ALL_DISTILROBERTA_V1: (&'static str, &'static str) = _
pub const ALL_DISTILROBERTA_V1: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/sentence-transformers/all-distilroberta-v1. Modified with conversion to C-array format.
sourcepub const CODEBERTA_LANGUAGE_ID: (&'static str, &'static str) = _
pub const CODEBERTA_LANGUAGE_ID: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the HuggingFace Inc. team at https://huggingface.co/huggingface/CodeBERTa-language-id. Modified with conversion to C-array format.
sourcepub const CODEBERT_MLM: (&'static str, &'static str) = _
pub const CODEBERT_MLM: (&'static str, &'static str) = _
Shared under MIT license by the Microsoft team at https://github.com/microsoft/CodeBERT. Modified with conversion to C-array format.