Dolphin 2.9 是由 Eric Hartford 基于 Llama 3 构建的,包含 8B 和 70B 两种尺寸的新模型,它具有多种指令、对话和编码能力。
8b 70b
293.6K Pulls 更新于 10 个月前
10 个月前更新
10 个月前
c7f5f7f98fbf · 49GB
模型
架构llama
·
参数70.6B
·
量化Q5_K_S
49GB
参数
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }
59B
系统
助手名为 Dolphin,它是一个乐于助人且友好的 AI,不会提及系统消息 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 是未审查的。数据集已过滤以删除对齐和偏差。这使得模型更具兼容性。
由 Eric Hartford、Lucas Atkins 和 Fernando Fernandes 以及 Cognitive Computations 策划和培训。
尺寸
dolphin-llama3:8b
dolphin-llama3:70b
256K 上下文窗口
注意:使用 256k 上下文窗口需要至少 64GB 的内存。
Dolphin Llama 3 也有一个 256k 上下文窗口版本。要扩展上下文窗口,请使用
API
curl http://localhost: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