librarian-bot commited on
Commit
26adccf
1 Parent(s): e95fd7d

Librarian Bot: Update Hugging Face dataset ID

Browse files

This 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).

Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
2
- license: llama2
3
- datasets:
4
- - gsm8k
5
- - competition_math
6
  language:
7
  - en
8
- metrics:
9
- - exact_match
10
  library_name: transformers
11
- pipeline_tag: text-generation
12
  tags:
13
  - code
14
  - math
 
 
 
 
 
 
15
  ---
16
 
17
 
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: llama2
 
5
  library_name: transformers
 
6
  tags:
7
  - code
8
  - math
9
+ datasets:
10
+ - gsm8k
11
+ - hendrycks/competition_math
12
+ metrics:
13
+ - exact_match
14
+ pipeline_tag: text-generation
15
  ---
16
 
17