--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy base_model: google/vit-base-patch16-224 model-index: - name: spoofing_vit_16_224 results: [] --- # spoofing_vit_16_224 This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.0560 - Accuracy: 0.7088 ## 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.001 - train_batch_size: 1 - eval_batch_size: 1 - seed: 42 - gradient_accumulation_steps: 64 - 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.1 - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.7746 | 0.99 | 54 | 0.6401 | 0.6405 | | 0.339 | 1.99 | 108 | 0.9389 | 0.6042 | | 0.0437 | 2.99 | 162 | 1.0560 | 0.7088 | ### Framework versions - Transformers 4.25.1 - Pytorch 1.13.0+cu116 - Datasets 2.7.1 - Tokenizers 0.13.2