YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
MNLI (Modified for LLaMA 1B)
This dataset is a modified version of the Multi-Genre Natural Language Inference (MNLI) dataset.
Modifications:
- Labels were originally
"entailment","contradiction", and"neutral", now converted to integers (0, 1, 2). - The
premiseandhypothesiscolumns were renamed totext1andtext2. - Each example includes a task prefix:
Task: MNLI | Premise: ... Hypothesis: ... - Tokenized using the LLaMA-1B tokenizer.
- Maximum sequence length is 128 tokens.
Dataset Usage:
from datasets import load_dataset
dataset = load_dataset("emirhanboge/mnli_llama1b_modified")
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support