lmazzon70 commited on
Commit
69b9889
1 Parent(s): 09bcff2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-kinetics-finetuned-rwf2000-epochs8-batch8-kb
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-kinetics-finetuned-rwf2000-epochs8-batch8-kb
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5482
20
+ - Accuracy: 0.7298
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
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 8
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 3200
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.4492 | 0.06 | 200 | 0.2361 | 0.905 |
55
+ | 0.3517 | 1.06 | 400 | 0.5648 | 0.8137 |
56
+ | 0.2255 | 2.06 | 600 | 0.7592 | 0.7575 |
57
+ | 0.1983 | 3.06 | 800 | 0.4803 | 0.835 |
58
+ | 0.2305 | 4.06 | 1000 | 0.4290 | 0.8738 |
59
+ | 0.1276 | 5.06 | 1200 | 0.4317 | 0.8762 |
60
+ | 0.1597 | 6.06 | 1400 | 1.3708 | 0.6937 |
61
+ | 0.3088 | 7.06 | 1600 | 0.3974 | 0.8862 |
62
+ | 0.2687 | 8.06 | 1800 | 0.5986 | 0.85 |
63
+ | 0.2085 | 9.06 | 2000 | 0.4264 | 0.8862 |
64
+ | 0.1338 | 10.06 | 2200 | 0.5015 | 0.8675 |
65
+ | 0.2191 | 11.06 | 2400 | 0.7103 | 0.845 |
66
+ | 0.2255 | 12.06 | 2600 | 0.4939 | 0.8762 |
67
+ | 0.0298 | 13.06 | 2800 | 0.6338 | 0.8612 |
68
+ | 0.0687 | 14.06 | 3000 | 0.5350 | 0.8738 |
69
+ | 0.0146 | 15.06 | 3200 | 0.4770 | 0.8838 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.25.1
75
+ - Pytorch 1.13.1+cu117
76
+ - Datasets 2.8.0
77
+ - Tokenizers 0.13.2