librarian-bot commited on
Commit
3a9e66f
1 Parent(s): 1bf5ba1

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 +8 -9
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  tags:
3
  - finetuned
4
  - quantized
@@ -21,10 +24,8 @@ tags:
21
  - gpt4
22
  - synthetic data
23
  - distillation
24
- license: apache-2.0
25
- base_model: mistralai/Mistral-7B-v0.1
26
  datasets:
27
- - ai2_arc
28
  - allenai/ultrafeedback_binarized_cleaned
29
  - argilla/distilabel-intel-orca-dpo-pairs
30
  - jondurbin/airoboros-3.2
@@ -65,19 +66,17 @@ datasets:
65
  - WhiteRabbitNeo/WRN-Chapter-1
66
  - WhiteRabbitNeo/WRN-Chapter-2
67
  - winogrande
68
- language:
69
- - en
70
  quantized_by: Suparious
71
  pipeline_tag: text-generation
72
  model_creator: jondurbin
73
- model_name: bagel 7B v0.4
74
  inference: false
75
  prompt_template: '{bos}<|im_start|>{role}
76
 
77
- {text}
78
 
79
- <|im_end|>{eos}
80
- '
81
  ---
82
 
83
  # A bagel, with everything (except DPO)
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
  tags:
6
  - finetuned
7
  - quantized
 
24
  - gpt4
25
  - synthetic data
26
  - distillation
 
 
27
  datasets:
28
+ - allenai/ai2_arc
29
  - allenai/ultrafeedback_binarized_cleaned
30
  - argilla/distilabel-intel-orca-dpo-pairs
31
  - jondurbin/airoboros-3.2
 
66
  - WhiteRabbitNeo/WRN-Chapter-1
67
  - WhiteRabbitNeo/WRN-Chapter-2
68
  - winogrande
69
+ model_name: bagel 7B v0.4
70
+ base_model: mistralai/Mistral-7B-v0.1
71
  quantized_by: Suparious
72
  pipeline_tag: text-generation
73
  model_creator: jondurbin
 
74
  inference: false
75
  prompt_template: '{bos}<|im_start|>{role}
76
 
77
+ {text}
78
 
79
+ <|im_end|>{eos} '
 
80
  ---
81
 
82
  # A bagel, with everything (except DPO)