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

更多信息