--- license: apache-2.0 base_model: microsoft/swinv2-tiny-patch4-window8-256 tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: swinv2-tiny-patch4-window8-256-DMAE-ex 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.45652173913043476 --- # swinv2-tiny-patch4-window8-256-DMAE-ex This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 1.6325 - Accuracy: 0.4565 ## 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: 4e-05 - 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.05 - num_epochs: 40 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 0.86 | 3 | 7.9360 | 0.1087 | | No log | 2.0 | 7 | 7.8361 | 0.1087 | | 7.9038 | 2.86 | 10 | 7.5850 | 0.1087 | | 7.9038 | 4.0 | 14 | 7.0626 | 0.1087 | | 7.9038 | 4.86 | 17 | 6.5536 | 0.1087 | | 6.9398 | 6.0 | 21 | 5.9113 | 0.1087 | | 6.9398 | 6.86 | 24 | 5.4225 | 0.1087 | | 6.9398 | 8.0 | 28 | 4.8409 | 0.1087 | | 5.3358 | 8.86 | 31 | 4.4200 | 0.1087 | | 5.3358 | 10.0 | 35 | 3.8921 | 0.1087 | | 5.3358 | 10.86 | 38 | 3.5183 | 0.1087 | | 4.1182 | 12.0 | 42 | 3.0596 | 0.1087 | | 4.1182 | 12.86 | 45 | 2.7530 | 0.1087 | | 4.1182 | 14.0 | 49 | 2.3976 | 0.1087 | | 2.8935 | 14.86 | 52 | 2.1733 | 0.1087 | | 2.8935 | 16.0 | 56 | 1.9296 | 0.1087 | | 2.8935 | 16.86 | 59 | 1.7846 | 0.1087 | | 2.0579 | 18.0 | 63 | 1.6325 | 0.4565 | | 2.0579 | 18.86 | 66 | 1.5432 | 0.4565 | | 1.6272 | 20.0 | 70 | 1.4467 | 0.4565 | | 1.6272 | 20.86 | 73 | 1.3865 | 0.4565 | | 1.6272 | 22.0 | 77 | 1.3220 | 0.4565 | | 1.3699 | 22.86 | 80 | 1.2848 | 0.4565 | | 1.3699 | 24.0 | 84 | 1.2489 | 0.4565 | | 1.3699 | 24.86 | 87 | 1.2313 | 0.4565 | | 1.2469 | 26.0 | 91 | 1.2175 | 0.4565 | | 1.2469 | 26.86 | 94 | 1.2126 | 0.4565 | | 1.2469 | 28.0 | 98 | 1.2115 | 0.4565 | | 1.2128 | 28.86 | 101 | 1.2108 | 0.4565 | | 1.2128 | 30.0 | 105 | 1.2107 | 0.4565 | | 1.2128 | 30.86 | 108 | 1.2102 | 0.4565 | | 1.1889 | 32.0 | 112 | 1.2094 | 0.4565 | | 1.1889 | 32.86 | 115 | 1.2090 | 0.4565 | | 1.1889 | 34.0 | 119 | 1.2087 | 0.4565 | | 1.2137 | 34.29 | 120 | 1.2087 | 0.4565 | ### Framework versions - Transformers 4.36.2 - Pytorch 2.1.2+cu118 - Datasets 2.16.1 - Tokenizers 0.15.0