pszemraj commited on
Commit
9816f22
1 Parent(s): 88fc1fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1 +1,29 @@
1
- Michael scores a 95, 87, 85, 93, and a 94 on his first 5 math tests. If he wants a 90 average, what must he score on the final math test?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - math
5
+ - pegasus
6
+
7
+ datasets:
8
+ - competition_math
9
+ metrics:
10
+ - rouge
11
+ widget:
12
+ - text: "Michael scores a 95, 87, 85, 93, and a 94 on his first 5 math tests. If he wants a 90 average, what must he score on the final math test?"
13
+ example_title: "averaging"
14
+ - text: "If the sum of the smallest and largest of three consecutive even numbers is 28, what is the value of the second largest number in the series?"
15
+ example_title: "puzzle2"
16
+ - text: "Two inlet pipes lead into a large water tank. One pipe can fill the tank in 45 minutes; the other can fill it in 40 minutes. To the nearest tenth of a minute, how long would it take the two pipes together to fill the tank if both were opened at the same time?"
17
+ example_title: "patek water"
18
+
19
+ inference:
20
+ parameters:
21
+ max_length: 256
22
+ do_sample: True
23
+ top_p: 0.95
24
+ repetition_penalty: 1.3
25
+ num_beams : 2
26
+ ---
27
+
28
+ # pegaus does math?
29
+ - testing to see how feasible seq2seq math problems are