Views
No views yet
microsoft/phi-2 model, specialized for summarizing medical dialogues. It was trained on a combination of three publicly available medical conversation datasets.microsoft/phi-2phi2_medical_Q4_K_M.gguf. You can run this file on your local computer using tools like LM Studio, Ollama, or llama.cpp.Prithwiraj731/Medical-Phi2-GGUF.phi2_medical_Q4_K_M.gguf file.Modelfile (no extension) and paste the following into it:
FROM ./phi2_medical_Q4_K_M.gguf
TEMPLATE "<start_of_turn>user\n{{ .Prompt }}<end_of_turn>\n<start_of_turn>model\n"Modelfile in the same directory as the GGUF file you downloaded.ollama create MedicalPhi2 -f ./Modelfileollama run MedicalPhi2