resnet-50-finetuned-eurosat
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: 3.2958
- Accuracy: 0.1952
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
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 256
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
3.3941 | 1.0 | 31 | 3.3754 | 0.1646 |
3.3386 | 2.0 | 62 | 3.3178 | 0.2054 |
3.3084 | 3.0 | 93 | 3.2958 | 0.1952 |
Framework versions
- Transformers 4.46.2
- Pytorch 2.5.1+cu124
- Datasets 3.1.0
- Tokenizers 0.20.3
- Downloads last month
- 190
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for mgarci14/resnet-50-finetuned-eurosat
Base model
microsoft/resnet-50