Chaitanya798800 commited on
Commit
d39348d
1 Parent(s): cd66ddd

End of training

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: MCG-NJU/videomae-large
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: videomae-large_Sports_action_recognition_5
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # videomae-large_Sports_action_recognition_5
15
+
16
+ This model is a fine-tuned version of [MCG-NJU/videomae-large](https://huggingface.co/MCG-NJU/videomae-large) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.0454
19
+ - eval_confusion_matrix: {'confusion_matrix': array([[24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
20
+ [ 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 1],
21
+ [ 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0],
22
+ [ 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0],
23
+ [ 0, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0],
24
+ [ 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0],
25
+ [ 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0],
26
+ [ 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0],
27
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0],
28
+ [ 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0],
29
+ [ 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 33]])}
30
+ - eval_runtime: 123.4171
31
+ - eval_samples_per_second: 3.095
32
+ - eval_steps_per_second: 1.548
33
+ - step: 0
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 5e-05
53
+ - train_batch_size: 2
54
+ - eval_batch_size: 2
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_ratio: 0.1
59
+ - training_steps: 2744
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.39.3
64
+ - Pytorch 2.2.1+cu121
65
+ - Datasets 2.18.0
66
+ - Tokenizers 0.15.2