CoolFace
Modelpublic

nclgbd/medsiglip-448-pneumonia-finetune

sourceHugging Faceotherupdated 1y agoView on Hugging Face
2likes40downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

medsiglip-448

This model is a fine-tuned version of google/medsiglip-448 on the vllm-pneumonia-detection/mimic-cxr-labelled-dataset dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2236
  • —F1-score: 0.7601
  • —Sensitivity: 0.4673
  • —Specificity: 0.9754
  • —Recall: 0.7213
  • —Precision: 0.8271
  • —Accuracy: 0.9135

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 5e-06
  • —trainbatchsize: 96
  • —evalbatchsize: 96
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —num_epochs: 25

Training results

Training LossEpochStepValidation LossF1-scoreSensitivitySpecificityRecallPrecisionAccuracy
0.27920.43635000.25650.7330.41120.97540.69330.81060.9067
0.22430.872610000.23670.73760.42060.97540.6980.81350.9078
0.20881.308915000.21670.77920.50470.97670.74070.84220.9192
0.20791.745220000.22200.75250.41120.98830.69980.8770.9181
0.19892.181525000.22360.76010.46730.97540.72130.82710.9135

Framework versions

  • —Transformers 4.54.0
  • —Pytorch 2.8.0+cu128
  • —Datasets 3.6.0
  • —Tokenizers 0.21.4