Q-Wind commited on
Commit
bb54e3c
1 Parent(s): 32437aa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-epoch20
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-epoch20
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: 1.8347
20
+ - Accuracy: 0.7704
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: 2
41
+ - eval_batch_size: 2
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: 79120
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 1.9278 | 0.05 | 3956 | 2.7016 | 0.3483 |
53
+ | 0.6674 | 1.05 | 7912 | 1.5344 | 0.5915 |
54
+ | 0.7501 | 2.05 | 11868 | 1.5602 | 0.6477 |
55
+ | 0.3266 | 3.05 | 15824 | 1.6153 | 0.6807 |
56
+ | 0.6674 | 4.05 | 19780 | 1.5007 | 0.7147 |
57
+ | 0.0025 | 5.05 | 23736 | 1.5732 | 0.7065 |
58
+ | 0.4971 | 6.05 | 27692 | 1.7131 | 0.7176 |
59
+ | 0.0001 | 7.05 | 31648 | 1.5947 | 0.7482 |
60
+ | 0.0003 | 8.05 | 35604 | 2.0551 | 0.6958 |
61
+ | 0.2192 | 9.05 | 39560 | 1.7950 | 0.7356 |
62
+ | 0.1505 | 10.05 | 43516 | 1.9480 | 0.7160 |
63
+ | 0.0 | 11.05 | 47472 | 1.5406 | 0.7573 |
64
+ | 0.0016 | 12.05 | 51428 | 1.9811 | 0.7207 |
65
+ | 0.0005 | 13.05 | 55384 | 1.8196 | 0.7385 |
66
+ | 0.0 | 14.05 | 59340 | 1.8393 | 0.7520 |
67
+ | 0.0 | 15.05 | 63296 | 1.6738 | 0.7667 |
68
+ | 0.0 | 16.05 | 67252 | 1.7355 | 0.7594 |
69
+ | 0.0416 | 17.05 | 71208 | 1.7013 | 0.7638 |
70
+ | 0.0 | 18.05 | 75164 | 1.6373 | 0.7709 |
71
+ | 0.0 | 19.05 | 79120 | 1.5901 | 0.7763 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.30.2
77
+ - Pytorch 2.0.1+cu117
78
+ - Datasets 2.13.1
79
+ - Tokenizers 0.13.3