Mistral OpenOrca 是一个70亿参数的模型,基于 Mistral 7B 模型,使用 OpenOrca 数据集进行微调。

7b

167.1K 17个月前

说明

Mistral OpenOrca 是一个70亿参数的模型,基于 Mistral 7B 模型,使用 OpenOrca 数据集进行微调。

在发布时,HuggingFace 排行榜评估显示,此模型在所有小于 30B 参数的模型中领先,优于所有其他 7B 和 13B 模型。

使用方法

命令行界面

ollama run mistral-openorca "Why is the sky blue?"

应用程序接口

curl -X POST http://localhost:11434/api/generate -d '{
  "model": "mistral-openorca",
  "prompt": "Why is the sky blue?"
}'

更多信息