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

7b

167.1K 17 个月前

自述文件

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

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

用法

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?"
}'

更多信息