Commit ·
8c19999
1
Parent(s): 4efdd44
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,8 @@ license: apache-2.0
|
|
| 12 |
Entailer is a text-to-text model trained to create entailment-style explanations for a hypothesis
|
| 13 |
(following the format of [EntailmentBank](https://allenai.org/data/entailmentbank)), as well as verifying both the reasoning and the factuality of the premises.
|
| 14 |
|
| 15 |
-
|
| 16 |
two sizes: [entailer-11b](https://huggingface.co/allenai/entailer-11b) and
|
| 17 |
-
|
| 18 |
|
| 19 |
See https://github.com/allenai/entailment_bank for more details.
|
|
|
|
| 12 |
Entailer is a text-to-text model trained to create entailment-style explanations for a hypothesis
|
| 13 |
(following the format of [EntailmentBank](https://allenai.org/data/entailmentbank)), as well as verifying both the reasoning and the factuality of the premises.
|
| 14 |
|
| 15 |
+
Entailer was built on top of [T5](https://github.com/google-research/text-to-text-transfer-transformer) and comes in
|
| 16 |
two sizes: [entailer-11b](https://huggingface.co/allenai/entailer-11b) and
|
| 17 |
+
[entailer-large](https://huggingface.co/allenai/entailer-large).
|
| 18 |
|
| 19 |
See https://github.com/allenai/entailment_bank for more details.
|