librarian-bot commited on
Commit
39f8a2c
1 Parent(s): 68deee8

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,7 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  datasets:
4
- - competition_math
5
  - knkarthick/dialogsum
6
  - mosaicml/dolly_hhrlhf
7
  - duorc
@@ -10,10 +14,6 @@ datasets:
10
  - spider
11
  - gsm8k
12
  - allenai/qasper
13
- tags:
14
- - Composer
15
- - MosaicML
16
- - llm-foundry
17
  inference: false
18
  ---
19
 
 
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
 
14
  - spider
15
  - gsm8k
16
  - allenai/qasper
 
 
 
 
17
  inference: false
18
  ---
19