medllama2

| 选择喜欢的代码风格  

medllama2 参数量


7b
 

medllama2 模型介绍


Siraj Raval 的 MedLlama2 是一个基于 Llama 2 的模型,使用 MedQA 数据集进行训练,能够为问题提供医学答案。它并非旨在取代医疗专业人员,而是为进一步研究提供起点。

 

Ollama 调用 medllama2 AI 模型:


ollama serve
ollama run medllama2
---------------
curl -X POST http://localhost: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?"
 }'
 

AI 扩展阅读:




发表评论