13个月前更新
13个月前
44040b922233 · 3.8GB
模型
架构llama
·
参数6.74B
·
量化Q4_0
3.8GB
参数
{ "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在其博客文章中定义的过程创建。
命令行界面
打开终端并运行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."
}'
内存需求
- 7b模型通常至少需要8GB内存
- 70b模型通常至少需要64GB内存
参考文献
https://erichartford.com/uncensored-models
7b参数原始来源:George Sung
70b参数原始来源:George Sung