由 George Sung 和 Jarrad Hope 建立的未經審查的 Llama 2 模型。
7b 70b
729.3K 下載次數 更新於 16 個月前
讀我檔案
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