Mistral OpenOrca 是一个 70 亿参数模型,它使用 OpenOrca 数据集在 Mistral 7B 模型的基础上进行了微调。
7b
161.6K 拉取次数 更新于 14 个月前
自述文件
Mistral OpenOrca 是一个 70 亿参数模型,它使用 OpenOrca 数据集在 Mistral 7B 模型的基础上进行了微调。
根据 HuggingFace 排行榜的评估,该模型在发布时是所有小于 30B 模型中的领导者,优于所有其他 7B 和 13B 模型。
用法
命令行界面
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?"
}'