"entailment", "contradiction", and "neutral", now converted to integers (0, 1, 2).premise and hypothesis columns were renamed to text1 and text2.Task: MNLI | Premise: ... Hypothesis: ...1from datasets import load_dataset
2dataset = load_dataset("emirhanboge/mnli_llama1b_modified")