Text Generation
Transformers
Safetensors
PyTorch
English
mistral
finetuned
quantized
4-bit precision
AWQ
instruct
conversational
Inference Endpoints
text-generation-inference
finetune
chatml
DPO
RLHF
gpt4
synthetic data
distillation
awq
librarian-bot commited on
Commit
7f3ed74
1 Parent(s): c81eda4

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