Struct rust_bert::models::bart::BartConfigResources
source · pub struct BartConfigResources;
Expand description
Implementations§
source§impl BartConfigResources
impl BartConfigResources
sourcepub const BART: (&'static str, &'static str) = _
pub const BART: (&'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 BART_CNN: (&'static str, &'static str) = _
pub const BART_CNN: (&'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 BART_XSUM: (&'static str, &'static str) = _
pub const BART_XSUM: (&'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 BART_MNLI: (&'static str, &'static str) = _
pub const BART_MNLI: (&'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 DISTILBART_CNN_6_6: (&'static str, &'static str) = _
pub const DISTILBART_CNN_6_6: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Hugging Face team at https://huggingface.co/sshleifer/distilbart-cnn-6-6. Modified with conversion to C-array format.
sourcepub const DISTILBART_CNN_12_6: (&'static str, &'static str) = _
pub const DISTILBART_CNN_12_6: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Hugging Face team at https://huggingface.co/sshleifer/distilbart-cnn-12-6. Modified with conversion to C-array format.