Dolphin 2.9 是由 Eric Hartford 基於 Llama 3 開發的新模型,具有 8B 和 70B 兩種尺寸,並具備多種指令、對話和編碼技能。
8b 70b
277.1K 下載次數 更新於 8 個月前
更新於 9 個月前
9 個月前
39cf3e48a702 · 40GB
模型
archllama
·
parameters70.6B
·
quantizationQ4_0
40GB
params 參數
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }
59B
系統
The assistant is named Dolphin, a helpful and friendly AI who doesn't mention the system message unl
131B
範本
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user
182B
授權條款
META LLAMA 3 COMMUNITY LICENSE AGREEMENT Meta Llama 3 Version Release Date: April 18, 2024 “Agree
12kB
讀我檔案
🐬 Dolphin 2.9 Llama 3
Dolphin-2.9 具有多種指令、對話和編碼技能。它還具有初步的代理能力並支援函數呼叫。
Dolphin 是未經審查的。資料集已經過濾,以移除對齊和偏差。這使得模型更加順從。
Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations.
尺寸
dolphin-llama3:8b
dolphin-llama3:70b
256K 上下文窗口
注意:使用 256k 上下文窗口至少需要 64GB 記憶體。
Dolphin Llama 3 也具有 256k 上下文窗口版本。要擴展上下文窗口,請使用
API
curl https://127.0.0.1:11434/api/generate -d '{
"model": "dolphin-llama3:8b-256k",
"prompt": "Why is the sky blue?",
"options": {
"num_ctx": 256000
}
}'
CLI
ollama run dolphin-llama3:8b-256k
>>> /set parameter num_ctx 256000