billskar23's picture
Model save
3bd3255 verified
|
raw
history blame
3.42 kB
metadata
library_name: transformers
license: cc-by-nc-4.0
base_model: MCG-NJU/videomae-base
tags:
  - generated_from_trainer
metrics:
  - accuracy
  - precision
  - recall
  - f1
model-index:
  - name: videomae-base-videoMAE
    results: []

videomae-base-videoMAE

This model is a fine-tuned version of MCG-NJU/videomae-base on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.0000
  • Accuracy: 1.0
  • Precision: 1.0
  • Recall: 1.0
  • F1: 1.0

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: 5e-05
  • train_batch_size: 4
  • eval_batch_size: 4
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • lr_scheduler_warmup_ratio: 0.1
  • training_steps: 10240

Training results

Training Loss Epoch Step Validation Loss Accuracy Precision Recall F1
0.543 1.0 513 0.7389 0.8 1.0 0.8 0.8889
0.5163 2.0 1026 0.0119 1.0 1.0 1.0 1.0
0.2205 3.0 1539 0.0126 1.0 1.0 1.0 1.0
0.1415 4.0 2052 0.0016 1.0 1.0 1.0 1.0
0.0024 5.0 2565 0.0003 1.0 1.0 1.0 1.0
0.0002 6.0 3078 0.0003 1.0 1.0 1.0 1.0
0.0625 7.0 3591 0.0009 1.0 1.0 1.0 1.0
0.0008 8.0 4104 0.0003 1.0 1.0 1.0 1.0
0.0005 9.0 4617 0.0013 1.0 1.0 1.0 1.0
0.0001 10.0 5130 0.0001 1.0 1.0 1.0 1.0
0.0017 11.0 5643 0.0006 1.0 1.0 1.0 1.0
0.0178 12.0 6156 4.0515 0.3 1.0 0.3 0.4615
0.0002 13.0 6669 0.0004 1.0 1.0 1.0 1.0
0.0 14.0 7182 0.0002 1.0 1.0 1.0 1.0
0.0001 15.0 7695 0.0001 1.0 1.0 1.0 1.0
0.0 16.0 8208 0.0001 1.0 1.0 1.0 1.0
0.0 17.0 8721 0.0001 1.0 1.0 1.0 1.0
0.0 18.0 9234 0.0000 1.0 1.0 1.0 1.0
0.0 19.0 9747 0.0000 1.0 1.0 1.0 1.0
0.0 19.9610 10240 0.0000 1.0 1.0 1.0 1.0

Framework versions

  • Transformers 4.44.2
  • Pytorch 2.4.1+cu121
  • Datasets 3.0.0
  • Tokenizers 0.19.1