初始化项目,由ModelHub XC社区提供模型

Model: Rustamshry/Medical-QA-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-20 13:52:05 +08:00
commit a3fe5d0322
3 changed files with 98 additions and 0 deletions

58
README.md Normal file
View File

@@ -0,0 +1,58 @@
---
license: apache-2.0
language:
- en
base_model:
- khazarai/Medical-QA
pipeline_tag: text-generation
tags:
- medical
- unsloth
- sft
---
# Model Card for Medical-QA
## Model Details
GGUF version of https://huggingface.co/khazarai/Medical-QA
This model is a fine-tuned version of Qwen3-0.6B on a 34K medical Q&A dataset derived from the Anki Medical Curriculum flashcards.
It is designed to assist with medical education and exam preparation, offering concise and contextually relevant answers to short medical questions.
- **Base Model:** Qwen3-0.6B
- **Fine-tuned on:** 34,000 question-answer pairs
- **Domain:** Medicine & Medical Education
- **Languages:** English
- **License:** MIT
## Uses
### Direct Use
- Primary use case: Medical Q&A for students, exam preparation, and knowledge review.
- Suitable for interactive learning assistants or educational chatbots.
- Not intended for real-world clinical decision-making or replacing professional medical advice.
## Bias, Risks, and Limitations
- The models knowledge is constrained to the dataset scope (flashcard-style Q&A).
- Responses are short and exam-style rather than detailed clinical explanations.
- Should not be relied upon for actual patient care, treatment decisions, or emergency use.
## Training Data
The dataset is based on Anki Medical Curriculum flashcards, created and updated by medical students.
These flashcards cover the entire medical curriculum, including but not limited to:
- Anatomy
- Physiology
- Pathology
- Pharmacology
- Clinical knowledge and skills
The flashcards typically provide succinct summaries and mnemonics to support learning and retention.