mistral-openorca:7b-q4_K_S
170.4K Downloads Updated 1 year ago
Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the Mistral 7B model using the OpenOrca dataset.
7b
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?"
}'