更新於 16 個月前
16 個月前
c7ba573e08a3 · 4.8GB
model
archllama
·
parameters6.74B
·
quantizationQ5_K_M
4.8GB
params
{ "stop": [ "### System:", "### User:", "### Response:" ] }
52B
system
You are an AI assistant that follows instruction extremely well. Help as much as you can.
89B
template
{{- if .System }} ### System: {{ .System }} {{- end }} ### User: {{ .Prompt }} ### Response:
95B
說明文件
Orca Mini 是一個基於 Llama 和 Llama 2 模型,使用 Orca 風格資料集訓練的模型,該資料集是根據論文《Orca: Progressive Learning from Complex Explanation Traces of GPT-4》中定義的方法創建的。 有兩種變體可用。原始的 Orca Mini 基於 Llama,參數規模為 30 億、70 億和 130 億,以及基於 Llama 2 的 v3 版本,參數規模為 70 億、130 億和 700 億。
用法
CLI
開啟終端機並執行 ollama run orca-mini
API
範例
curl -X POST http://localhost:11434/api/generate -d '{
"model": "orca-mini",
"prompt":"Why is the sky blue?"
}'
記憶體需求
- 7b 模型通常至少需要 8GB RAM
- 13b 模型通常至少需要 16GB RAM
- 70b 模型通常至少需要 64GB RAM
參考資料
3b 參數原始來源: Pankaj Mathur
7b 參數原始來源: Pankaj Mathur
13b 參數原始來源: Pankaj Mathur
Orca Mini v3 在 Ollama 上的來源
13b 參數原始來源: Pankaj Mathur
70b 參數來源: Pankaj Mathur
Orca: Progressive Learning from Complex Explanation Traces of GPT-4