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

7b

161.6K 14个月前

自述文件

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

更多信息