--- base_model: MBZUAI/swiftformer-xs tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: swiftformer-xs-DMAE results: - task: name: Image Classification type: image-classification dataset: name: imagefolder type: imagefolder config: default split: validation args: default metrics: - name: Accuracy type: accuracy value: 0.7391304347826086 --- # swiftformer-xs-DMAE This model is a fine-tuned version of [MBZUAI/swiftformer-xs](https://huggingface.co/MBZUAI/swiftformer-xs) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 0.8766 - Accuracy: 0.7391 ## 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.0003 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 64 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.15 - num_epochs: 40 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 0.86 | 3 | 1.3860 | 0.3261 | | No log | 2.0 | 7 | 1.3830 | 0.5 | | 1.3842 | 2.86 | 10 | 1.3756 | 0.5870 | | 1.3842 | 4.0 | 14 | 1.3494 | 0.6087 | | 1.3842 | 4.86 | 17 | 1.3039 | 0.6522 | | 1.3427 | 6.0 | 21 | 1.1962 | 0.6522 | | 1.3427 | 6.86 | 24 | 1.1310 | 0.6739 | | 1.3427 | 8.0 | 28 | 1.0778 | 0.6522 | | 1.1837 | 8.86 | 31 | 1.0276 | 0.6957 | | 1.1837 | 10.0 | 35 | 0.9928 | 0.7174 | | 1.1837 | 10.86 | 38 | 0.9710 | 0.7174 | | 1.0531 | 12.0 | 42 | 0.9735 | 0.6739 | | 1.0531 | 12.86 | 45 | 0.9385 | 0.6522 | | 1.0531 | 14.0 | 49 | 0.9601 | 0.6739 | | 0.9883 | 14.86 | 52 | 0.9369 | 0.6739 | | 0.9883 | 16.0 | 56 | 0.8928 | 0.6739 | | 0.9883 | 16.86 | 59 | 0.8825 | 0.6739 | | 0.8632 | 18.0 | 63 | 0.8743 | 0.6739 | | 0.8632 | 18.86 | 66 | 0.8479 | 0.6739 | | 0.8732 | 20.0 | 70 | 0.8341 | 0.6739 | | 0.8732 | 20.86 | 73 | 0.8134 | 0.7174 | | 0.8732 | 22.0 | 77 | 0.8845 | 0.6739 | | 0.7524 | 22.86 | 80 | 0.9037 | 0.6522 | | 0.7524 | 24.0 | 84 | 0.8921 | 0.6304 | | 0.7524 | 24.86 | 87 | 0.8766 | 0.7391 | | 0.6843 | 26.0 | 91 | 0.8707 | 0.7391 | | 0.6843 | 26.86 | 94 | 0.8922 | 0.7391 | | 0.6843 | 28.0 | 98 | 0.8862 | 0.6957 | | 0.7112 | 28.86 | 101 | 0.8954 | 0.7391 | | 0.7112 | 30.0 | 105 | 0.9228 | 0.6957 | | 0.7112 | 30.86 | 108 | 0.9173 | 0.6957 | | 0.6885 | 32.0 | 112 | 0.9318 | 0.6957 | | 0.6885 | 32.86 | 115 | 0.9049 | 0.7391 | | 0.6885 | 34.0 | 119 | 0.9157 | 0.7174 | | 0.6734 | 34.29 | 120 | 0.9051 | 0.7391 | ### Framework versions - Transformers 4.36.2 - Pytorch 2.1.2+cu118 - Datasets 2.16.1 - Tokenizers 0.15.0