更新于 15 months ago
15 months ago
c22649a7cd87 · 2.8GB
模型
archllama
·
parameters6.74B
·
quantizationQ2_K
2.8GB
参数
{ "stop": [ "User:", "Assistant:" ] }
31B
模板
{{ .System }} User: {{ .Prompt }} Assistant:
45B
说明
由 Siraj Raval 开发的 MedLlama2 是一个基于 Llama 2 训练的模型,使用 MedQA 数据集,旨在提供医疗问题的答案。它并非旨在替代医疗专业人员,而是为进一步研究提供一个起点。
CLI
打开终端并运行 ollama run medllama2
API
示例
curl -X POST http://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 内存