由 George Sung 和 Jarrad Hope 发布的无审查 Llama 2 模型。
70亿参数 700亿参数
37.7万次 拉取 更新于 13 个月前
更新于 13 个月前
13 个月前
44040b922233 · 3.8GB
model
架构llama
·
参数67.4亿
·
量化Q4_0
3.8GB
params
{ "stop": [ "### HUMAN:", "### RESPONSE:" ] }
39B
template
{{ .System }} ### HUMAN: {{ .Prompt }} ### RESPONSE:
55B
license
# Llama 2 可接受使用政策 Meta 致力于推动其工具的安全和公平使用,并且
4.8kB
license
LLAMA 2 社区许可协议 Llama 2 版本发布日期:2023 年 7 月 18 日 “协议”指
7.0kB
自述文件
Llama 2 Uncensored 基于 Meta 的 Llama 2 模型,由 George Sung 和 Jarrad Hope 使用 Eric Hartford 在其博客文章中定义的过程创建。
命令行
打开终端并运行 ollama run llama2-uncensored
API
示例
curl -X POST https://127.0.0.1:11434/api/generate -d '{
"model": "llama2-uncensored",
"prompt":"Write a recipe for dangerously spicy mayo."
}'
内存要求
- 70亿参数模型通常至少需要 8GB 的 RAM
- 700亿参数模型通常至少需要 64GB 的 RAM
参考
https://erichartford.com/uncensored-models
70亿参数原始来源:George Sung
700亿参数原始来源:George Sung