File size: 583 Bytes
08e2c81 c5aadaf 08e2c81 b53e087 4053594 b53e087 78396d0 08e2c81 b53e087 c5aadaf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
license: mit
language:
- en
pipeline_tag: text-classification
---
# Mistral fine-tuned to Multi-NLI (MNLI)
This model is for Textual Entailment (NLI), i.e., predict whether sentence 1 is supported by sentence 2. It's a 3-way classification where the relationship between sentence 1 and sentence 2 can be entailment, neutral, contradiction.
## Model Details
- Base model: [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
- Training data: [MNLI](https://huggingface.co/datasets/multi_nli)
- Training details: num_epochs = 3, batch_size = 8 |