pszemraj librarian-bot commited on
Commit
5089391
1 Parent(s): 2a1168b

Librarian Bot: Update Hugging Face dataset ID (#3)

Browse files

- Librarian Bot: Update Hugging Face dataset ID (78b6808e4f150bfbcaee3da92e731a20bd2c55e0)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -3,31 +3,34 @@ 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
- - text: "A football team lost 5 yards and then gained 9. What is the team's progress?"
19
- example_title: "sportsball"
20
- - text: "Half a number plus 5 is 11.What is the number?"
21
- example_title: "half"
22
-
 
 
 
 
23
  inference:
24
  parameters:
25
  max_length: 128
26
  no_repeat_ngram_size: 4
27
  length_penalty: 0.7
28
  repetition_penalty: 3.1
29
- num_beams : 4
30
- early_stopping: True
31
  ---
32
 
33
  # pegasus does math?
3
  tags:
4
  - math
5
  - pegasus
 
6
  datasets:
7
+ - hendrycks/competition_math
8
  metrics:
9
  - rouge
10
  widget:
11
+ - text: Michael scores a 95, 87, 85, 93, and a 94 on his first 5 math tests. If he
12
+ 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
15
+ 28, what is the value of the second largest number in the series?
16
+ example_title: puzzle2
17
+ - text: Two inlet pipes lead into a large water tank. One pipe can fill the tank in
18
+ 45 minutes; the other can fill it in 40 minutes. To the nearest tenth of a minute,
19
+ how long would it take the two pipes together to fill the tank if both were opened
20
+ at the same time?
21
+ example_title: patek water
22
+ - text: A football team lost 5 yards and then gained 9. What is the team's progress?
23
+ example_title: sportsball
24
+ - text: Half a number plus 5 is 11.What is the number?
25
+ example_title: half
26
  inference:
27
  parameters:
28
  max_length: 128
29
  no_repeat_ngram_size: 4
30
  length_penalty: 0.7
31
  repetition_penalty: 3.1
32
+ num_beams: 4
33
+ early_stopping: true
34
  ---
35
 
36
  # pegasus does math?