Wizard Vicuna 是一个基于 Llama 2 的 13B 参数模型,由 MelodysDreamj 训练。
13b
28.9K 下载量 (Pulls) 更新于 (Updated) 15 个月前 (15 months ago)
更新于 15 个月前 (Updated 15 months ago)
15 个月前 (15 months ago)
d02e7a6ee062 · 6.3GB
模型 (model)
架构 (arch)llama
·
参数 (parameters)13B
·
量化 (quantization)Q3_K_M
6.3GB
参数 (params)
{ "stop": [ "USER:", "ASSISTANT:" ] }
31B
模板 (template)
{{ .System }} USER: {{ .Prompt }} ASSISTANT:
45B
自述文件 (Readme)
Wizard Vicuna 是一个基于 Llama 2 的 13B 参数模型,由 MelodysDreamj 训练。
CLI
打开终端并运行 ollama run wizard-vicuna
API
示例 (Example)
curl -X POST http://127.0.0.1:11434/api/generate -d '{
"model": "wizard-vicuna",
"prompt":"Why is the sky blue?"
}'
内存需求 (Memory requirements)
- 13b 模型通常至少需要 16GB 内存 (13b models generally require at least 16GB of RAM)