初始化项目,由ModelHub XC社区提供模型
Model: Rustamshry/Med-o1-1.7B-GGUF Source: Original Platform
This commit is contained in:
36
.gitattributes
vendored
Normal file
36
.gitattributes
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
Med-o1-1.7B-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
3
Med-o1-1.7B-f16.gguf
Normal file
3
Med-o1-1.7B-f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eed3a0eecc5eb41739f2df6b14ee1eb20ae7620f66130ed55a7028f6d8dda29
|
||||
size 3447349536
|
||||
60
README.md
Normal file
60
README.md
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
tags:
|
||||
- sft
|
||||
- unsloth
|
||||
- medical
|
||||
- clinical
|
||||
license: apache-2.0
|
||||
datasets:
|
||||
- mattwesney/CoT_Medical_Diagnosis
|
||||
language:
|
||||
- en
|
||||
base_model:
|
||||
- khazarai/Med-o1-1.7B
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
|
||||
# Model Card for Med-o1-1.7B
|
||||
|
||||
## Model Details
|
||||
|
||||
GGUF version of https://huggingface.co/khazarai/Med-o1-1.7B
|
||||
|
||||
Med-o1-1.7B is fine-tuned specifically for medical diagnostic reasoning. Using the CoT_Medical_Diagnosis dataset, the model has learned to not only provide medical diagnoses but also to explain the step-by-step clinical reasoning that leads to its conclusions.
|
||||
|
||||
Key features of Med-o1-1.7B include:
|
||||
|
||||
- Chain-of-Thought (CoT) reasoning: Generates transparent and structured reasoning for diagnostic decisions.
|
||||
- Clinical logic and evidence synthesis: Mimics human-style differential diagnosis and evaluates patient information systematically.
|
||||
- Medical domain specialization: Focused entirely on clinical scenarios, from symptom analysis to medical history interpretation.
|
||||
- Trust and explainability: Designed to build confidence in AI-driven medical assistance by clearly showing how conclusions are reached.
|
||||
|
||||
This model is ideal for researchers, educators, and developers aiming to study, demonstrate, or integrate AI-assisted medical reasoning.
|
||||
|
||||
|
||||
## Uses
|
||||
|
||||
### Intended Use
|
||||
|
||||
- Educational purposes: Teaching clinical reasoning and differential diagnosis.
|
||||
- Research applications: Exploring AI in medical decision support and diagnostic logic.
|
||||
- Prototyping healthcare AI tools: Generating interpretable diagnostic reasoning.
|
||||
|
||||
⚠️ Important: This model is not intended for actual medical diagnosis or treatment decisions. Outputs should not be relied upon as a substitute for professional medical judgment. Always consult licensed healthcare professionals.
|
||||
|
||||
|
||||
## Bias, Risks, and Limitations
|
||||
|
||||
- Not a substitute for professional medical advice or diagnosis
|
||||
- Trained on a limited dataset (3000+ cases); performance may vary with novel or complex clinical scenarios
|
||||
|
||||
|
||||
## Training Data
|
||||
|
||||
The model was fine-tuned on the [moremilk/CoT_Medical_Diagnosis](https://huggingface.co/datasets/moremilk/CoT_Medical_Diagnosis) dataset:
|
||||
|
||||
- Over 3007 detailed medical scenarios
|
||||
- Each entry includes: patient symptoms, history, reasoning steps (CoT), and final diagnosis
|
||||
- Scenarios cover a wide range of clinical cases, ensuring broad exposure to medical reasoning patterns
|
||||
|
||||
The dataset emphasizes transparent reasoning, helping the model learn to articulate logical steps for arriving at conclusions.
|
||||
Reference in New Issue
Block a user