Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: text-classification
|
|
8 |
---
|
9 |
|
10 |
# DeBERTa-v3 (large) fine-tuned to Multi-NLI (MNLI)
|
11 |
-
This model is for Textual Entailment (aka NLI), i.e., predict whether `textA` is supported by `textB`. More specifically, it's a 2-way classification where the relationship between `textA` and `textB`
|
12 |
|
13 |
- Input: (`textA`, `textB`)
|
14 |
- Output: prob(entail), prob(contradict)
|
|
|
8 |
---
|
9 |
|
10 |
# DeBERTa-v3 (large) fine-tuned to Multi-NLI (MNLI)
|
11 |
+
This model is for Textual Entailment (aka NLI), i.e., predict whether `textA` is supported by `textB`. More specifically, it's a 2-way classification where the relationship between `textA` and `textB` can be **entail, neutral, contradict**.
|
12 |
|
13 |
- Input: (`textA`, `textB`)
|
14 |
- Output: prob(entail), prob(contradict)
|