Mistral OpenOrca 是基於 Mistral 7B 模型,使用 OpenOrca 數據集進行微調的 70 億參數模型。

7b

167.1K 17 個月前

讀我檔案

Mistral OpenOrca 是基於 Mistral 7B 模型,使用 OpenOrca 數據集進行微調的 70 億參數模型。

在發佈時,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?"
}'

更多資訊