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

7b

167.1K 17 個月前

說明文件

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

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

更多資訊