Text Generation
Transformers
Safetensors
PyTorch
English
mistral
finetuned
quantized
4-bit precision
AWQ
instruct
conversational
Inference Endpoints
text-generation-inference
finetune
chatml
RLHF
gpt4
synthetic data
distillation
awq

Librarian Bot: Update Hugging Face dataset ID

#1
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)