librarian-bot commited on
Commit
c93c19c
1 Parent(s): 04b7f52

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 +5 -5
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  datasets:
4
- - competition_math
5
  - knkarthick/dialogsum
6
  - mosaicml/dolly_hhrlhf
7
  - duorc
8
  - emozilla/quality
9
  - scrolls/summ_screen_fd
10
  - spider
11
- tags:
12
- - Composer
13
- - MosaicML
14
- - llm-foundry
15
  inference: false
16
  ---
17
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - Composer
5
+ - MosaicML
6
+ - llm-foundry
7
  datasets:
8
+ - hendrycks/competition_math
9
  - knkarthick/dialogsum
10
  - mosaicml/dolly_hhrlhf
11
  - duorc
12
  - emozilla/quality
13
  - scrolls/summ_screen_fd
14
  - spider
 
 
 
 
15
  inference: false
16
  ---
17