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

7b

161.7K 14个月前

自述文件

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

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

更多信息