CoolFace
Modelpublic

carolinetfls/plant-seedlings-resnet-50

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

plant-seedlings-resnet-50

This model is a fine-tuned version of microsoft/resnet-50 on the imagefolder dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4375
  • —Accuracy: 0.8492

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: 0.0002
  • —trainbatchsize: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
2.36440.531002.32840.2294
1.82351.062001.80200.4396
1.42161.63001.25330.6341
1.16262.134000.88250.7186
0.91752.665000.77820.7598
0.8193.196000.67720.7814
0.78463.727000.60270.8006
0.64034.268000.54500.8148
0.67024.799000.56210.8119
0.60385.3210000.48540.8374
0.70485.8511000.47930.8325
0.41576.3812000.47240.8345
0.48336.9113000.46140.8404
0.50647.4514000.49010.8340
0.49667.9815000.43650.8522
0.57188.5116000.43750.8423
0.419.0417000.43220.8536
0.49569.5718000.43750.8492

Framework versions

  • —Transformers 4.28.1
  • —Pytorch 2.0.0+cu118
  • —Datasets 2.11.0
  • —Tokenizers 0.13.3