12 个月前更新
12 个月前
a421e466ef1b · 3.9GB
模型
架构llama
·
参数6.74B
·
量化Q4_K_S
3.9GB
参数
{"stop":["User:","Assistant:"]}
31B
模板
{{ .System }} User: {{ .Prompt }} Assistant:
45B
自述文件
MedLlama2 由 Siraj Raval 开发,是一个基于 Llama 2 的模型,使用 MedQA 数据集 进行训练,可以对医学问题提供解答。它并非旨在替代医学专业人士,而是为进一步研究提供起点。
CLI
打开终端并运行 ollama run medllama2
API
示例
curl -X POST https://127.0.0.1:11434/api/generate -d '{
"model": "medllama2",
"prompt":"A 35-year-old woman presents with a persistent dry cough, shortness of breath, and fatigue. She is initially suspected of having asthma, but her spirometry results do not improve with bronchodilators. What could be the diagnosis?"
}'
内存要求
- 7b 模型通常至少需要 8GB 的 RAM