potsawee commited on
Commit
83f4359
1 Parent(s): e79bf0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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` (A -> B) can be **entail, neutral, contradict**.
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)