Mistral OpenOrca 是一個 70 億參數的模型,在 Mistral 7B 模型之上使用 OpenOrca 資料集進行微調。
7b
164.8K 下載次數 更新於 16 個月前
說明文件
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?"
}'