vanessadamario/SmallMedLLMs-PedEndo

1

stars

35

commits

Jupyter Notebook

primary language

May 5, 2026

updated

README

SmallMedLLMs-PedEndo

Repository used for evaluating accuracy, consistency, self-assessment bias of small (<10 B) open-source large language models (LLMs) previously fine-tuned on clinical tasks. LLMs are evaluated on multiple choice questions from the Endocrine Self-Assessment Program across several metrics: 1) sensitivity to prompt syntax, 2) sensitivity to letter token, 3) response variability in stochastic setting, 4) self-assessment bias.

All the LLMs are open-source and publicly available on HuggingFace. In these experiments, models were tested as-is.

We downloaded the models from HuggingFace, cloning the repository as hf download FreedomIntelligence/HuatuoGPT-o1-8B. Below we report HuggingFace path and snapshot id.

FreedomIntelligence/HuatuoGPT-o1-8B afc8b260e5b3dee9233863cf2de3080f3094442a
WaltonFuture/Diabetica-o1 902b46e4354839ca37185f05c86029f1af5ecf27
WaltonFuture/Diabetica-7B 7731a7a2153f564a5129b7fd795872eb59c50aa0
OpenMeditron/Meditron3-8B 15914bcb040cd1a4f263afcd85b84f09ad2efd95
medicalai/ClinicalGPT-base-zh dbbea8f6ace2c98d1657825a0291c36cd17c5f78
medicalai/MedFound-7B 7ed8b52f45d1ad504dbecae33577cc854c3d4278

In run_experiment_3.sh, the variable experiment_id needs to change depending on output from experiment 1.

All the LLMs ran on a single Nvidia L40S (48 GB) GPUs, Cuda 12.2.

Line 53 in run_llm_automodel.py is dependent on machine. Change according to local path for tested LLMs. Code loads Pediatric ESAP 2021-2022 saved in a json format.

Contributors

vanessadamario

35 commits

vanessadamario/SmallMedLLMs-PedEndo

1

stars

35

commits

Jupyter Notebook

primary language

May 5, 2026

updated

README

SmallMedLLMs-PedEndo

Repository used for evaluating accuracy, consistency, self-assessment bias of small (<10 B) open-source large language models (LLMs) previously fine-tuned on clinical tasks. LLMs are evaluated on multiple choice questions from the Endocrine Self-Assessment Program across several metrics: 1) sensitivity to prompt syntax, 2) sensitivity to letter token, 3) response variability in stochastic setting, 4) self-assessment bias.

All the LLMs are open-source and publicly available on HuggingFace. In these experiments, models were tested as-is.

We downloaded the models from HuggingFace, cloning the repository as hf download FreedomIntelligence/HuatuoGPT-o1-8B. Below we report HuggingFace path and snapshot id.

FreedomIntelligence/HuatuoGPT-o1-8B afc8b260e5b3dee9233863cf2de3080f3094442a
WaltonFuture/Diabetica-o1 902b46e4354839ca37185f05c86029f1af5ecf27
WaltonFuture/Diabetica-7B 7731a7a2153f564a5129b7fd795872eb59c50aa0
OpenMeditron/Meditron3-8B 15914bcb040cd1a4f263afcd85b84f09ad2efd95
medicalai/ClinicalGPT-base-zh dbbea8f6ace2c98d1657825a0291c36cd17c5f78
medicalai/MedFound-7B 7ed8b52f45d1ad504dbecae33577cc854c3d4278

In run_experiment_3.sh, the variable experiment_id needs to change depending on output from experiment 1.

All the LLMs ran on a single Nvidia L40S (48 GB) GPUs, Cuda 12.2.

Line 53 in run_llm_automodel.py is dependent on machine. Change according to local path for tested LLMs. Code loads Pediatric ESAP 2021-2022 saved in a json format.

Contributors

vanessadamario

35 commits

Languages

Jupyter Notebook

99.3%