Mistral OpenOrca 是一个 70 亿参数的模型,在 Mistral 7B 模型的基础上使用 OpenOrca 数据集进行了微调。
7b
164.8K 下载次数 更新于 16 months ago
自述文件
Mistral OpenOrca 是一个 70 亿参数的模型,在 Mistral 7B 模型的基础上使用 OpenOrca 数据集进行了微调。
HuggingFace 排行榜评估显示,在发布时,此模型在所有小于 30B 的模型中处于领先地位,优于所有其他 7B 和 13B 模型。
用法
CLI
ollama run mistral-openorca "Why is the sky blue?"
API
curl -X POST http://127.0.0.1:11434/api/generate -d '{
"model": "mistral-openorca",
"prompt": "Why is the sky blue?"
}'