由 George Sung 和 Jarrad Hope 基于 Llama 2 模型创建的无审查版本。
7b 70b
459K 下载 更新于 15 个月前
更新于 15 个月前
15 个月前
f3040de79519 · 5.5GB
模型
archllama
·
parameters6.74B
·
quantizationQ6_K
5.5GB
参数
{ "stop": [ "### HUMAN:", "### RESPONSE:" ] }
39B
模板
{{ .System }} ### HUMAN: {{ .Prompt }} ### RESPONSE:
55B
许可证
# Llama 2 Acceptable Use Policy Meta is committed to promoting safe and fair use of its tools and f
4.8kB
许可证
LLAMA 2 COMMUNITY LICENSE AGREEMENT Llama 2 Version Release Date: July 18, 2023 "Agreement" means
7.0kB
自述文件
Llama 2 Uncensored 基于 Meta 的 Llama 2 模型,由 George Sung 和 Jarrad Hope 按照 Eric Hartford 在其博客文章中定义的流程创建。
CLI
打开终端并运行 ollama run llama2-uncensored
API
示例
curl -X POST http://127.0.0.1:11434/api/generate -d '{
"model": "llama2-uncensored",
"prompt":"Write a recipe for dangerously spicy mayo."
}'
内存需求
- 7b 模型通常至少需要 8GB 内存
- 70b 模型通常至少需要 64GB 内存
参考
https://erichartford.com/uncensored-models
7b 参数原始来源: George Sung
70b 参数原始来源: George Sung