George Sung 與 Jarrad Hope 根據 Eric Hartford 在其部落格文章中定義的流程,創建了 Uncensored Llama 2 模型。
7b 70b
459K Pulls Updated 15 個月前
Updated 15 months ago
15 個月前
26fa2e1dcc70 · 43GB
model
archllama
·
parameters69B
·
quantizationQ4_1
43GB
params
{ "num_gqa": 8, "stop": [ "### HUMAN:", "### RESPONSE:" ] }
51B
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
Readme
Llama 2 Uncensored 是基於 Meta 的 Llama 2 模型,由 George Sung 和 Jarrad Hope 根據 Eric Hartford 在其部落格文章中定義的流程創建。
CLI
開啟終端機並執行 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 參數原始來源:George Sung