Edit model card

Description: Does the hypothesis entail the premise?
Original dataset: https://huggingface.co/datasets/glue/viewer/mnli
---
Try querying this adapter for free in Lora Land at https://predibase.com/lora-land!
The adapter_category is Academic Benchmarks and the name is Natural Language Inference (MNLI)
---
Sample input: You are given a premise and a hypothesis below. If the premise entails the hypothesis, return 0. If the premise contradicts the hypothesis, return 2. Otherwise, if the premise does neither, return 1.\n\n### Premise: You and your friends are not welcome here, said Severn.\n\n### Hypothesis: Severn said the people were not welcome there.\n\n### Label:
---
Sample output: 0
---
Try using this adapter yourself!

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "mistralai/Mistral-7B-v0.1"
peft_model_id = "predibase/glue_mnli"

model = AutoModelForCausalLM.from_pretrained(model_id)
model.load_adapter(peft_model_id)
Downloads last month
1,168
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for predibase/glue_mnli

Adapter
(1171)
this model

Collection including predibase/glue_mnli