Views
No views yet
joeddav/xlm-roberta-large-xnli,
a multilingual 3-class Natural Language Inference model
(contradiction / neutral / entailment), built on
FacebookAI/xlm-roberta-large
and fine-tuned on MultiNLI + XNLI.| Path | Description |
|---|---|
xlm-roberta-large-xnli.mlpackage/ | Core ML model bundle (.mlpackage) |
tokenizer/ | SentencePiece tokenizer: tokenizer.json, sentencepiece.bpe.model, tokenizer_config.json, special_tokens_map.json |
.mlpackage); runs on the Apple Neural Engine / GPU / CPU
through the Core ML runtime.input_ids and
attention_mask of length exactly 512 — pad or truncate accordingly.contradiction (0), neutral (1),
entailment (2) — apply softmax for probabilities. (Same id2label as the
original model.)joeddav/xlm-roberta-large-xnli
by Joe Davison — license MIT.FacebookAI/xlm-roberta-large — MIT.