rickysk commited on
Commit
1978f69
1 Parent(s): 87cb2b3

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-subset
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-subset
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.3230
20
+ - Accuracy: 0.8968
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
+ | 2.1382 | 0.06 | 75 | 2.1056 | 0.2571 |
53
+ | 0.8185 | 1.06 | 150 | 0.6270 | 0.8 |
54
+ | 0.5221 | 2.06 | 225 | 0.4341 | 0.8 |
55
+ | 0.1069 | 3.06 | 300 | 0.4390 | 0.8714 |
56
+ | 0.0195 | 4.06 | 375 | 0.2938 | 0.8571 |
57
+ | 0.0097 | 5.06 | 450 | 0.2114 | 0.9 |
58
+ | 0.0076 | 6.06 | 525 | 0.1509 | 0.9429 |
59
+ | 0.1686 | 7.06 | 600 | 0.2527 | 0.9571 |
60
+ | 0.0679 | 8.06 | 675 | 0.0615 | 0.9714 |
61
+ | 0.0024 | 9.06 | 750 | 0.1589 | 0.9429 |
62
+ | 0.1946 | 10.06 | 825 | 0.4014 | 0.9 |
63
+ | 0.154 | 11.06 | 900 | 0.1862 | 0.9429 |
64
+ | 0.0021 | 12.06 | 975 | 0.0683 | 0.9857 |
65
+ | 0.0019 | 13.06 | 1050 | 0.0541 | 0.9857 |
66
+ | 0.002 | 14.06 | 1125 | 0.0473 | 0.9857 |
67
+ | 0.0018 | 15.06 | 1200 | 0.0475 | 0.9857 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.29.1
73
+ - Pytorch 2.0.1+cu117
74
+ - Datasets 2.12.0
75
+ - Tokenizers 0.13.3