yuta091 commited on
Commit
e8c1b87
1 Parent(s): 1c88c2a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: videomae-base-finetuned-ucf101-subset2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # videomae-base-finetuned-ucf101-subset2
16
+
17
+ This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4611
20
+ - Accuracy: 0.9286
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_ratio: 0.1
46
+ - training_steps: 1200
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.0018 | 0.06 | 75 | 0.2489 | 0.9 |
53
+ | 0.0033 | 1.06 | 150 | 0.6663 | 0.8429 |
54
+ | 0.7225 | 2.06 | 225 | 1.5428 | 0.7143 |
55
+ | 0.9709 | 3.06 | 300 | 0.5602 | 0.8571 |
56
+ | 0.0012 | 4.06 | 375 | 0.5840 | 0.8857 |
57
+ | 0.0471 | 5.06 | 450 | 0.8610 | 0.8429 |
58
+ | 0.0008 | 6.06 | 525 | 0.4117 | 0.9 |
59
+ | 0.0007 | 7.06 | 600 | 0.4993 | 0.9 |
60
+ | 0.0005 | 8.06 | 675 | 0.6722 | 0.8571 |
61
+ | 0.0252 | 9.06 | 750 | 0.4827 | 0.8714 |
62
+ | 0.0005 | 10.06 | 825 | 0.5150 | 0.9286 |
63
+ | 0.0005 | 11.06 | 900 | 0.4033 | 0.9286 |
64
+ | 0.0005 | 12.06 | 975 | 0.4546 | 0.9286 |
65
+ | 0.0004 | 13.06 | 1050 | 0.4545 | 0.9286 |
66
+ | 0.0004 | 14.06 | 1125 | 0.4596 | 0.9286 |
67
+ | 0.0005 | 15.06 | 1200 | 0.4611 | 0.9286 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 1.8.0
74
+ - Datasets 2.13.2
75
+ - Tokenizers 0.13.3