roeeaharoni
commited on
Commit
•
3bb628d
1
Parent(s):
31e6f12
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
-
This is an NLI model based on T5-XXL that predicts a binary label (1 - Entailment, 0 - No entailment).
|
14 |
|
15 |
It is trained similarly to the NLI model described in the [TRUE paper (Honovich et al, 2022)](https://arxiv.org/pdf/2204.04991.pdf), but using the following datasets instead of ANLI:
|
16 |
- SNLI ([Bowman et al., 2015](https://arxiv.org/abs/1508.05326))
|
@@ -20,4 +20,4 @@ It is trained similarly to the NLI model described in the [TRUE paper (Honovich
|
|
20 |
- PAWS ([Zhang et al. 2019](https://arxiv.org/abs/1904.01130))
|
21 |
- VitaminC ([Schuster et al., 2021](https://arxiv.org/pdf/2103.08541.pdf))
|
22 |
|
23 |
-
The input format for the model is: "premise: PREMISE_TEXT hypothesis:HYPOTHESIS_TEXT".
|
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
+
This is an NLI model based on T5-XXL that predicts a binary label ('1' - Entailment, '0' - No entailment).
|
14 |
|
15 |
It is trained similarly to the NLI model described in the [TRUE paper (Honovich et al, 2022)](https://arxiv.org/pdf/2204.04991.pdf), but using the following datasets instead of ANLI:
|
16 |
- SNLI ([Bowman et al., 2015](https://arxiv.org/abs/1508.05326))
|
|
|
20 |
- PAWS ([Zhang et al. 2019](https://arxiv.org/abs/1904.01130))
|
21 |
- VitaminC ([Schuster et al., 2021](https://arxiv.org/pdf/2103.08541.pdf))
|
22 |
|
23 |
+
The input format for the model is: "premise: PREMISE_TEXT hypothesis: HYPOTHESIS_TEXT".
|