由 George Sung 和 Jarrad Hope 根據 Eric Hartford 在其部落格文章中定義的流程所建立的未經審查的 Llama 2 模型。
7b 70b
45.9萬 下載次數 更新於 15 個月前
更新於 15 個月前
15 個月前
16ddcf15080c · 47GB
模型
架構llama
·
參數69B
·
量化Q5_0
47GB
參數
{ "num_gqa": 8, "stop": [ "### HUMAN:", "### RESPONSE:" ] }
51B
範本
{{ .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 版本發布日期: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."
}'
記憶體需求
- 7b 模型通常至少需要 8GB 的 RAM
- 70b 模型通常至少需要 64GB 的 RAM
參考資料
https://erichartford.com/uncensored-models
7b 參數原始來源:George Sung
70b 參數原始來源:Jarrad Hope