lmazzon70 commited on
Commit
7d87751
1 Parent(s): 03832d5

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-short-finetuned-kinetics-finetuned-rwf2000-epochs8-batch8-k
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-short-finetuned-kinetics-finetuned-rwf2000-epochs8-batch8-k
16
+
17
+ This model is a fine-tuned version of [MCG-NJU/videomae-base-short-finetuned-kinetics](https://huggingface.co/MCG-NJU/videomae-base-short-finetuned-kinetics) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0855
20
+ - Accuracy: 0.6764
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.3699 | 0.06 | 200 | 0.2920 | 0.8925 |
55
+ | 0.3127 | 1.06 | 400 | 0.6035 | 0.77 |
56
+ | 0.2864 | 2.06 | 600 | 0.5088 | 0.8237 |
57
+ | 0.1739 | 3.06 | 800 | 0.6310 | 0.765 |
58
+ | 0.1835 | 4.06 | 1000 | 0.3643 | 0.8738 |
59
+ | 0.1075 | 5.06 | 1200 | 0.3455 | 0.8862 |
60
+ | 0.1362 | 6.06 | 1400 | 0.9145 | 0.75 |
61
+ | 0.2958 | 7.06 | 1600 | 0.3544 | 0.895 |
62
+ | 0.1571 | 8.06 | 1800 | 0.3748 | 0.8912 |
63
+ | 0.2448 | 9.06 | 2000 | 0.3646 | 0.8975 |
64
+ | 0.1939 | 10.06 | 2200 | 0.4430 | 0.8762 |
65
+ | 0.0666 | 11.06 | 2400 | 0.4916 | 0.8762 |
66
+ | 0.1958 | 12.06 | 2600 | 0.5114 | 0.8638 |
67
+ | 0.1063 | 13.06 | 2800 | 0.5701 | 0.8612 |
68
+ | 0.1047 | 14.06 | 3000 | 0.5226 | 0.8688 |
69
+ | 0.0131 | 15.06 | 3200 | 0.4656 | 0.8812 |
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