OyvindTafjord commited on
Commit
02ad996
1 Parent(s): 64b67b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -9,10 +9,11 @@ license: apache-2.0
9
 
10
  ## Model description
11
 
12
- Entailer is a text-to-text model trained to create entailment-style explanations for a hypothesis (following the format of [EntailmentBank]()), as well as verifying both the reasoning and the factuality of the premises.
 
13
 
14
- Macaw was built on top of [T5](https://github.com/google-research/text-to-text-transfer-transformer) and comes in
15
  two sizes: [entailer-11b](https://huggingface.co/allenai/entailer-11b) and
16
- and [entailer-large](https://huggingface.co/allenai/entailer-large).
17
 
18
  See https://github.com/allenai/entailment_bank for more details.
9
 
10
  ## Model description
11
 
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.