Librarian Bot: Update Hugging Face dataset ID
Browse filesThis pull request updates the ID of the dataset used to train the model to the new Hub identifier `hendrycks/competition_math` (which has been migrated moved from `competition_math`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.
Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).
@@ -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:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
example_title:
|
18 |
-
- text:
|
19 |
-
|
20 |
-
|
21 |
-
|
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
|
30 |
-
early_stopping:
|
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?
|