OyvindTafjord commited on
Commit
866efd8
1 Parent(s): 3dfaeab

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ widget:
4
+ - text: "$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"
5
+ license: Apache 2.0
6
+ ---
7
+
8
+ # macaw-answer-11b
9
+
10
+ ## Model description
11
+
12
+ Macaw (<b>M</b>ulti-<b>a</b>ngle <b>c</b>(q)uestion <b>a</b>ns<b>w</b>ering) is a ready-to-use model capable of
13
+ general question answering,
14
+ showing robustness outside the domains it was trained on. It has been trained in "multi-angle" fashion,
15
+ which means it can handle a flexible set of input and output "slots"
16
+ (question, answer, multiple-choice options, context, and explanation) .
17
+
18
+ Macaw was built on top of [T5](https://github.com/google-research/text-to-text-transfer-transformer) and comes in
19
+ three sizes: [macaw-11b](https://huggingface.co/allenai/macaw-11b), [macaw-3b](https://huggingface.co/allenai/macaw-3b),
20
+ and [macaw-large](https://huggingface.co/allenai/macaw-large), as well as an answer-focused version featured on
21
+ various leaderboards [macaw-answer-11b](https://huggingface.co/allenai/macaw-answer-11b).
22
+
23
+ See https://github.com/allenai/macaw for more details.