MLX
Safetensors
llama
librarian-bot commited on
Commit
d07ba92
·
verified ·
1 Parent(s): 55a4161

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 +2 -2
README.md CHANGED
@@ -2,9 +2,8 @@
2
  license: other
3
  tags:
4
  - mlx
5
- base_model: 01-ai/yi-34b-200k
6
  datasets:
7
- - ai2_arc
8
  - allenai/ultrafeedback_binarized_cleaned
9
  - argilla/distilabel-intel-orca-dpo-pairs
10
  - jondurbin/airoboros-3.2
@@ -45,6 +44,7 @@ datasets:
45
  - WhiteRabbitNeo/WRN-Chapter-1
46
  - WhiteRabbitNeo/WRN-Chapter-2
47
  - winogrande
 
48
  license_name: yi-license
49
  license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
50
  ---
 
2
  license: other
3
  tags:
4
  - mlx
 
5
  datasets:
6
+ - allenai/ai2_arc
7
  - allenai/ultrafeedback_binarized_cleaned
8
  - argilla/distilabel-intel-orca-dpo-pairs
9
  - jondurbin/airoboros-3.2
 
44
  - WhiteRabbitNeo/WRN-Chapter-1
45
  - WhiteRabbitNeo/WRN-Chapter-2
46
  - winogrande
47
+ base_model: 01-ai/yi-34b-200k
48
  license_name: yi-license
49
  license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
50
  ---