--- library_name: transformers license: cc-by-nc-4.0 base_model: MCG-NJU/videomae-base-finetuned-kinetics tags: - generated_from_trainer metrics: - accuracy model-index: - name: ALL_NoCrop_Aug16F-8B16F-GWlr-cosine results: [] --- # ALL_NoCrop_Aug16F-8B16F-GWlr-cosine This model is a fine-tuned version of [MCG-NJU/videomae-base-finetuned-kinetics](https://huggingface.co/MCG-NJU/videomae-base-finetuned-kinetics) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.5623 - Accuracy: 0.8072 ## 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: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 16 - 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: cosine - lr_scheduler_warmup_ratio: 0.1 - training_steps: 2308 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:------:|:----:|:---------------:|:--------:| | 0.5969 | 0.0624 | 144 | 0.6021 | 0.6768 | | 0.3552 | 1.0624 | 288 | 0.4934 | 0.7805 | | 0.2677 | 2.0624 | 432 | 0.5047 | 0.8018 | | 0.2552 | 3.0624 | 576 | 0.4944 | 0.7835 | | 0.1874 | 4.0624 | 720 | 0.5236 | 0.7988 | | 0.0613 | 5.0624 | 864 | 0.5698 | 0.8110 | | 0.0596 | 6.0624 | 1008 | 0.6255 | 0.7896 | | 0.1135 | 7.0624 | 1152 | 0.6855 | 0.7927 | | 0.1698 | 8.0624 | 1296 | 0.6707 | 0.8079 | | 0.07 | 9.0624 | 1440 | 0.8295 | 0.7957 | ### Framework versions - Transformers 4.51.3 - Pytorch 2.6.0+cu124 - Datasets 3.6.0 - Tokenizers 0.21.1