Xkrilandar commited on
Commit
bce2b71
·
verified ·
1 Parent(s): 2ea6940

Add model card

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -26,7 +26,7 @@ This model is part of the **Fully Open Meditron** family — the first end-to-en
26
 
27
  - 📄 **Paper:** *Fully Open Meditron: An Auditable Pipeline for Clinical LLMs*
28
  - 💻 **Code:** [github.com/EPFLiGHT/FullyOpenMeditron](https://github.com/EPFLiGHT/FullyOpenMeditron)
29
- - 📚 **Collection:** [Fully Open Meditron on the Hub](https://huggingface.co/EPFLiGHT)
30
  - 🗂️ **Training corpus:** [EPFLiGHT/fully-open-meditron](https://huggingface.co/datasets/EPFLiGHT/fully-open-meditron)
31
 
32
  ## Performance
@@ -82,22 +82,10 @@ Full hyperparameters are in Appendix I of the paper.
82
 
83
  It is **not validated for clinical deployment, individual patient advice, autonomous decision-making, or any other deployment-adjacent use.** Conduct independent domain-specific safety evaluation before any such use.
84
 
85
- ## Limitations
86
-
87
- - Inherits limitations of the training corpus: ~64% of items are synthetic, generated by a single teacher model (gpt-oss-120b), introducing model-specific stylistic and reasoning biases.
88
- - Decontamination is syntactic (n-gram and token alignment) rather than semantic, leaving open the possibility of paraphrased leakage.
89
- - Some general-purpose instruction-following capability is degraded relative to the base model — a tradeoff common to medical-specialist fine-tuning.
90
- - Predominantly English; non-English clinical content is underrepresented.
91
- - Inherits geographic and demographic biases of the source datasets, partially mitigated by AfriMed-QA inclusion.
92
- - May produce confidently incorrect outputs (hallucinations).
93
-
94
  ## Citation
95
 
96
  ```bibtex
97
- @inproceedings{theimerlienhard2026meditron,
98
- title={Fully Open Meditron: An Auditable Pipeline for Clinical LLMs},
99
- author={Theimer-Lienhard, Xavier and El-Amin, Mushtaha and Elhassan, Fay and Vaidya, Sahaj and Cartier-Negadi, Victor and Sasu, David and Klein, Lars and Hartley, Mary-Anne},
100
- year={2026}
101
  }
102
  ```
103
 
 
26
 
27
  - 📄 **Paper:** *Fully Open Meditron: An Auditable Pipeline for Clinical LLMs*
28
  - 💻 **Code:** [github.com/EPFLiGHT/FullyOpenMeditron](https://github.com/EPFLiGHT/FullyOpenMeditron)
29
+ - 📚 **Collection:** [MeditronFO](https://huggingface.co/collections/EPFLiGHT/meditronfo)
30
  - 🗂️ **Training corpus:** [EPFLiGHT/fully-open-meditron](https://huggingface.co/datasets/EPFLiGHT/fully-open-meditron)
31
 
32
  ## Performance
 
82
 
83
  It is **not validated for clinical deployment, individual patient advice, autonomous decision-making, or any other deployment-adjacent use.** Conduct independent domain-specific safety evaluation before any such use.
84
 
 
 
 
 
 
 
 
 
 
85
  ## Citation
86
 
87
  ```bibtex
88
+ todo
 
 
 
89
  }
90
  ```
91