roeeaharoni's picture
Update README.md
31e6f12
|
raw
history blame
952 Bytes
metadata
license: apache-2.0
datasets:
  - tals/vitaminc
  - SetFit/mnli
  - snli
  - fever
  - paws
  - scitail
language:
  - en

This is an NLI model based on T5-XXL that predicts a binary label (1 - Entailment, 0 - No entailment).

It is trained similarly to the NLI model described in the TRUE paper (Honovich et al, 2022), but using the following datasets instead of ANLI:

The input format for the model is: "premise: PREMISE_TEXT hypothesis:HYPOTHESIS_TEXT".