Uncensored Llama 2 model by George Sung and Jarrad Hope.
7b
70b
366.5K Pulls Updated 12 months ago
Updated 13 months ago
13 months ago
44040b922233 · 3.8GB
model
archllama
·
parameters6.74B
·
quantizationQ4_0
3.8GB
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
Readme
Llama 2 Uncensored is based on Meta’s Llama 2 model, and was created by George Sung and Jarrad Hope using the process defined by Eric Hartford in his blog post.
CLI
Open the terminal and run ollama run llama2-uncensored
API
Example:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "llama2-uncensored",
"prompt":"Write a recipe for dangerously spicy mayo."
}'
Memory requirements
- 7b models generally require at least 8GB of RAM
- 70b models generally require at least 64GB of RAM
References
https://erichartford.com/uncensored-models
7b parameters original source: George Sung
70b parameters original source: George Sung