--- license: apache-2.0 base_model: facebook/deit-tiny-patch16-224 tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: hushem_5x_deit_tiny_rms_00001_fold2 results: - task: name: Image Classification type: image-classification dataset: name: imagefolder type: imagefolder config: default split: test args: default metrics: - name: Accuracy type: accuracy value: 0.7333333333333333 --- # hushem_5x_deit_tiny_rms_00001_fold2 This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 1.6334 - Accuracy: 0.7333 ## 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: 1e-05 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.1 - num_epochs: 50 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.921 | 1.0 | 27 | 1.2001 | 0.5556 | | 0.3217 | 2.0 | 54 | 1.2517 | 0.5111 | | 0.1224 | 3.0 | 81 | 1.2492 | 0.5111 | | 0.0534 | 4.0 | 108 | 1.2671 | 0.5778 | | 0.0256 | 5.0 | 135 | 1.0249 | 0.6889 | | 0.0051 | 6.0 | 162 | 1.2199 | 0.6889 | | 0.0019 | 7.0 | 189 | 1.0916 | 0.7333 | | 0.001 | 8.0 | 216 | 1.1199 | 0.7778 | | 0.0007 | 9.0 | 243 | 1.1557 | 0.7778 | | 0.0005 | 10.0 | 270 | 1.1931 | 0.7556 | | 0.0004 | 11.0 | 297 | 1.1871 | 0.7556 | | 0.0004 | 12.0 | 324 | 1.2117 | 0.7333 | | 0.0003 | 13.0 | 351 | 1.2222 | 0.7556 | | 0.0002 | 14.0 | 378 | 1.2395 | 0.7333 | | 0.0002 | 15.0 | 405 | 1.2599 | 0.7333 | | 0.0002 | 16.0 | 432 | 1.2655 | 0.7556 | | 0.0002 | 17.0 | 459 | 1.2844 | 0.7333 | | 0.0001 | 18.0 | 486 | 1.3066 | 0.7333 | | 0.0001 | 19.0 | 513 | 1.3172 | 0.7333 | | 0.0001 | 20.0 | 540 | 1.3062 | 0.7333 | | 0.0001 | 21.0 | 567 | 1.3426 | 0.7333 | | 0.0001 | 22.0 | 594 | 1.3346 | 0.7333 | | 0.0001 | 23.0 | 621 | 1.3692 | 0.7333 | | 0.0001 | 24.0 | 648 | 1.3838 | 0.7333 | | 0.0001 | 25.0 | 675 | 1.3974 | 0.7333 | | 0.0001 | 26.0 | 702 | 1.4208 | 0.7333 | | 0.0 | 27.0 | 729 | 1.4188 | 0.7333 | | 0.0 | 28.0 | 756 | 1.4307 | 0.7333 | | 0.0 | 29.0 | 783 | 1.4644 | 0.7333 | | 0.0 | 30.0 | 810 | 1.4692 | 0.7333 | | 0.0 | 31.0 | 837 | 1.4944 | 0.7333 | | 0.0 | 32.0 | 864 | 1.4921 | 0.7333 | | 0.0 | 33.0 | 891 | 1.5200 | 0.7333 | | 0.0 | 34.0 | 918 | 1.5222 | 0.7333 | | 0.0 | 35.0 | 945 | 1.5373 | 0.7333 | | 0.0 | 36.0 | 972 | 1.5398 | 0.7333 | | 0.0 | 37.0 | 999 | 1.5810 | 0.7333 | | 0.0 | 38.0 | 1026 | 1.5559 | 0.7333 | | 0.0 | 39.0 | 1053 | 1.5711 | 0.7333 | | 0.0 | 40.0 | 1080 | 1.5900 | 0.7333 | | 0.0 | 41.0 | 1107 | 1.5973 | 0.7333 | | 0.0 | 42.0 | 1134 | 1.6034 | 0.7333 | | 0.0 | 43.0 | 1161 | 1.5958 | 0.7333 | | 0.0 | 44.0 | 1188 | 1.6208 | 0.7333 | | 0.0 | 45.0 | 1215 | 1.6239 | 0.7333 | | 0.0 | 46.0 | 1242 | 1.6327 | 0.7333 | | 0.0 | 47.0 | 1269 | 1.6336 | 0.7333 | | 0.0 | 48.0 | 1296 | 1.6333 | 0.7333 | | 0.0 | 49.0 | 1323 | 1.6334 | 0.7333 | | 0.0 | 50.0 | 1350 | 1.6334 | 0.7333 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0