George Sung 和 Jarrad Hope 提供的未经审查的 Llama 2 模型。
7b 70b
729.3K 下载量 更新于 16 个月前
更新于 16 个月前
16 个月前
f2f04ee3b17e · 4.7GB
model
架构llama
·
参数6.74B
·
量化Q5_K_S
4.7GB
params
{ "stop": [ "### HUMAN:", "### RESPONSE:" ] }
39B
template
{{ .System }} ### HUMAN: {{ .Prompt }} ### RESPONSE:
55B
license
# Llama 2 Acceptable Use Policy Meta is committed to promoting safe and fair use of its tools and f
4.8kB
license
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://localhost:11434/api/generate -d '{
"model": "llama2-uncensored",
"prompt":"Write a recipe for dangerously spicy mayo."
}'
内存要求
- 7b 模型通常需要至少 8GB 的 RAM
- 70b 模型通常需要至少 64GB 的 RAM
参考
https://erichartford.com/uncensored-models
7b 参数原始来源:George Sung
70b 参数原始来源:George Sung