Mistral OpenOrca 是一个拥有 70 亿个参数的模型,它是在 Mistral 7B 模型的基础上,使用 OpenOrca 数据集微调而成的。
7b
159.7K 拉取请求 更新于 13 个月前
自述文件
Mistral OpenOrca 是一个拥有 70 亿个参数的模型,它是在 Mistral 7B 模型的基础上,使用 OpenOrca 数据集微调而成的。
HuggingFace 排行榜评估显示,该模型在发布时,在所有小于 30B 的模型中排名第一,性能优于所有其他 7B 和 13B 模型。
使用
CLI
ollama run mistral-openorca "Why is the sky blue?"
API
curl -X POST https://127.0.0.1:11434/api/generate -d '{
"model": "mistral-openorca",
"prompt": "Why is the sky blue?"
}'