CoolFace
Modelpublic

bombshelll/swin-brain-abnormalities-classification

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes66downloads
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. -->

swin-brain-abnormalities-classification

This model is a fine-tuned version of microsoft/swin-tiny-patch4-window7-224 on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2461
  • Accuracy: 0.9273

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-05
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • gradientaccumulationsteps: 4
  • totaltrainbatch_size: 128
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.1
  • num_epochs: 15

Training results

Training LossEpochStepValidation LossAccuracy
0.9280.9892230.60800.7705
0.5081.9785460.24020.9162
0.31782.9677690.21210.9246
0.23384.0930.20450.9363
0.17884.98921160.24430.9296
0.16755.97851390.14570.9430
0.1556.96771620.17080.9514
0.13168.01860.15550.9531
0.10998.98922090.17320.9531
0.11219.97852320.13580.9581
0.100710.96772550.21550.9514
0.095112.02790.15060.9648
0.084112.98923020.19210.9531
0.077813.97853250.20410.9531
0.076814.83873450.19090.9548

Framework versions

  • Transformers 4.45.1
  • Pytorch 2.4.0
  • Datasets 3.0.1
  • Tokenizers 0.20.0