rahulbarua commited on
Commit
0d3ff93
·
1 Parent(s): 65f659a

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-ucf_crime
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-ucf_crime
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.4776
20
+ - Accuracy: 0.3720
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: 8
41
+ - eval_batch_size: 5
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: 640
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.9349 | 0.06 | 40 | 1.9845 | 0.2332 |
53
+ | 1.8834 | 1.06 | 80 | 1.9134 | 0.3009 |
54
+ | 1.7506 | 2.06 | 120 | 1.8460 | 0.3080 |
55
+ | 1.6494 | 3.06 | 160 | 1.7691 | 0.2624 |
56
+ | 1.6189 | 4.06 | 200 | 1.7939 | 0.2537 |
57
+ | 1.6895 | 5.06 | 240 | 1.7809 | 0.2706 |
58
+ | 1.517 | 6.06 | 280 | 1.6773 | 0.3244 |
59
+ | 1.308 | 7.06 | 320 | 1.8364 | 0.3152 |
60
+ | 1.2267 | 8.06 | 360 | 2.0392 | 0.2440 |
61
+ | 1.4347 | 9.06 | 400 | 1.9110 | 0.2450 |
62
+ | 1.1567 | 10.06 | 440 | 1.7606 | 0.2840 |
63
+ | 1.1937 | 11.06 | 480 | 1.9803 | 0.2737 |
64
+ | 1.0729 | 12.06 | 520 | 1.8355 | 0.3352 |
65
+ | 1.0721 | 13.06 | 560 | 1.7808 | 0.3311 |
66
+ | 0.6594 | 14.06 | 600 | 1.8175 | 0.3060 |
67
+ | 0.7636 | 15.06 | 640 | 1.8409 | 0.3409 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.29.2
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.12.0
75
+ - Tokenizers 0.13.3