Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the Mistral 7B model using the OpenOrca dataset.
7b
158.8K Pulls Updated 12 months ago
Updated 12 months ago
12 months ago
2274bf658e73 · 3.2GB
model
archllama
·
parameters7.24B
·
quantizationQ3_K_S
3.2GB
params
{
"stop": [
"<|im_start|>",
"<|im_end|>"
]
}
58B
template
{{- if .System }}
<|im_start|>system {{ .System }}<|im_end|>
{{- end }}
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
135B
Readme
Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the Mistral 7B model using the OpenOrca dataset.
HuggingFace Leaderboard evals place this model as leader for all models smaller than 30B at the release time, outperforming all other 7B and 13B models.
Usage
CLI
ollama run mistral-openorca "Why is the sky blue?"
API
curl -X POST http://localhost:11434/api/generate -d '{
"model": "mistral-openorca",
"prompt": "Why is the sky blue?"
}'