🔗 Model Hugging Face Link: https://huggingface.co/dousery/turkish-medical-triage-llama3-gguf
An open-source Turkish-language medical triage and diagnosis model, fine-tuned on synthetic emergency medical data. Built on Meta's LLaMA 3 and quantized to GGUF format for efficient offline inference.
⚕️ This model predicts both the urgency level of a Turkish medical complaint and provides a clear response message, emulating how a virtual assistant might reply in a triage scenario.
{
"input": "nefes alamıyorum, göğsümde batıcı ağrı var ve terliyorum",
"response": "ACIL DURUM: Anında 112'yi arayın. Kalp krizi belirtileri gösteriyorsunuz. Derhal hastaneye gitmeniz gerekiyor."
}
You can run this model using:
llama.cpp:./main -m turkish-medical-triage-llama3.Q4_K_M.gguf -p "başım çok dönüyor, ayakta duramıyorum ve kusuyorum"
Expected Output:
ORTA DERECE RİSK: Muhtemelen bir iç kulak enfeksiyonu veya mide rahatsızlığı yaşıyor olabilirsiniz. En kısa sürede bir sağlık kuruluşuna başvurmanız önerilir.
Each training sample includes:
README.md*.gguf – Quantized model filestokenizer.model⚠️ Disclaimer: This model is not intended for real-life clinical use. Do not use for medical decisions without professional supervision.
💬 Suggestions, feedback, and contributions are welcome!
20 commits
Python
89.1%
C++
7.0%
Cython
2.8%
🔗 Model Hugging Face Link: https://huggingface.co/dousery/turkish-medical-triage-llama3-gguf
An open-source Turkish-language medical triage and diagnosis model, fine-tuned on synthetic emergency medical data. Built on Meta's LLaMA 3 and quantized to GGUF format for efficient offline inference.
⚕️ This model predicts both the urgency level of a Turkish medical complaint and provides a clear response message, emulating how a virtual assistant might reply in a triage scenario.
{
"input": "nefes alamıyorum, göğsümde batıcı ağrı var ve terliyorum",
"response": "ACIL DURUM: Anında 112'yi arayın. Kalp krizi belirtileri gösteriyorsunuz. Derhal hastaneye gitmeniz gerekiyor."
}
You can run this model using:
llama.cpp:./main -m turkish-medical-triage-llama3.Q4_K_M.gguf -p "başım çok dönüyor, ayakta duramıyorum ve kusuyorum"
Expected Output:
ORTA DERECE RİSK: Muhtemelen bir iç kulak enfeksiyonu veya mide rahatsızlığı yaşıyor olabilirsiniz. En kısa sürede bir sağlık kuruluşuna başvurmanız önerilir.
Each training sample includes:
README.md*.gguf – Quantized model filestokenizer.model⚠️ Disclaimer: This model is not intended for real-life clinical use. Do not use for medical decisions without professional supervision.
💬 Suggestions, feedback, and contributions are welcome!
20 commits
Python
89.1%
C++
7.0%
Cython
2.8%