Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ tags:
|
|
47 |
# Model Details
|
48 |
|
49 |
- **Model Type:** Transformer-based language model (Qwen3-4B)
|
50 |
-
- **Training Data:** Trained on medical text using the [
|
51 |
- **Fine-Tuning**: PEFT (QLoRA) via [DSPy](https://dspy.ai/)
|
52 |
- **Precision**: bfloat16 (bf16) with 4-bit quantization
|
53 |
- **License:** MIT License
|
@@ -138,13 +138,13 @@ All interactions will be structured in the following way, with the appropriate v
|
|
138 |
{ai_generated_output}
|
139 |
|
140 |
[[ ## reasoning ## ]]
|
141 |
-
|
142 |
|
143 |
[[ ## errors ## ]]
|
144 |
-
|
145 |
|
146 |
[[ ## risk_level ## ]]
|
147 |
-
|
148 |
|
149 |
[[ ## completed ## ]]
|
150 |
"""
|
|
|
47 |
# Model Details
|
48 |
|
49 |
- **Model Type:** Transformer-based language model (Qwen3-4B)
|
50 |
+
- **Training Data:** Trained on medical text using the [MedVAL-Bench](https://huggingface.co/datasets/stanfordmimi/MedVAL-Bench) dataset
|
51 |
- **Fine-Tuning**: PEFT (QLoRA) via [DSPy](https://dspy.ai/)
|
52 |
- **Precision**: bfloat16 (bf16) with 4-bit quantization
|
53 |
- **License:** MIT License
|
|
|
138 |
{ai_generated_output}
|
139 |
|
140 |
[[ ## reasoning ## ]]
|
141 |
+
# TO_BE_FILLED_BY_MODEL
|
142 |
|
143 |
[[ ## errors ## ]]
|
144 |
+
# TO_BE_FILLED_BY_MODEL
|
145 |
|
146 |
[[ ## risk_level ## ]]
|
147 |
+
# TO_BE_FILLED_BY_MODEL
|
148 |
|
149 |
[[ ## completed ## ]]
|
150 |
"""
|