由 George Sung 和 Jarrad Hope 创建的无审查 Llama 2 模型。

7b 70b

352.8K 12 个月前

自述文件

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."
 }'

API 文档

内存要求

  • 7b 模型通常至少需要 8GB 的 RAM
  • 70b 模型通常至少需要 64GB 的 RAM

参考资料

https://erichartford.com/uncensored-models

7b 参数原始来源:George Sung

70b 参数原始来源:George Sung