librarian-bot commited on
Commit
b53d618
1 Parent(s): 01eb878

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 `allenai/ai2_arc` (which has been migrated moved from `ai2_arc`). 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 +4 -4
README.md CHANGED
@@ -1,10 +1,7 @@
1
  ---
2
  license: other
3
- license_name: internlm2-20b
4
- license_link: https://huggingface.co/internlm/internlm2-20b#open-source-license
5
- base_model: internlm/internlm2-20b
6
  datasets:
7
- - ai2_arc
8
  - allenai/ultrafeedback_binarized_cleaned
9
  - argilla/distilabel-intel-orca-dpo-pairs
10
  - jondurbin/airoboros-3.2
@@ -45,6 +42,9 @@ datasets:
45
  - WhiteRabbitNeo/WRN-Chapter-1
46
  - WhiteRabbitNeo/WRN-Chapter-2
47
  - winogrande
 
 
 
48
  quantized_by: bartowski
49
  pipeline_tag: text-generation
50
  ---
 
1
  ---
2
  license: other
 
 
 
3
  datasets:
4
+ - allenai/ai2_arc
5
  - allenai/ultrafeedback_binarized_cleaned
6
  - argilla/distilabel-intel-orca-dpo-pairs
7
  - jondurbin/airoboros-3.2
 
42
  - WhiteRabbitNeo/WRN-Chapter-1
43
  - WhiteRabbitNeo/WRN-Chapter-2
44
  - winogrande
45
+ license_name: internlm2-20b
46
+ license_link: https://huggingface.co/internlm/internlm2-20b#open-source-license
47
+ base_model: internlm/internlm2-20b
48
  quantized_by: bartowski
49
  pipeline_tag: text-generation
50
  ---