bluebird089 commited on
Commit
d30541f
1 Parent(s): 4634a82

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: MCG-NJU/videomae-base-finetuned-kinetics
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: videomae-base-finetuned-kinetics-finetuned-data-no-yolo-colab
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # videomae-base-finetuned-kinetics-finetuned-data-no-yolo-colab
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3187
21
+ - Accuracy: 0.9237
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 9e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 2057
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.5766 | 0.09 | 188 | 0.7504 | 0.7956 |
54
+ | 0.4124 | 1.09 | 376 | 0.4797 | 0.8638 |
55
+ | 0.104 | 2.09 | 564 | 0.5037 | 0.8583 |
56
+ | 0.0652 | 3.09 | 752 | 0.5683 | 0.8556 |
57
+ | 0.0821 | 4.09 | 940 | 0.4314 | 0.8992 |
58
+ | 0.0015 | 5.09 | 1128 | 0.5824 | 0.8883 |
59
+ | 0.0024 | 6.09 | 1316 | 0.4310 | 0.8883 |
60
+ | 0.0007 | 7.09 | 1504 | 0.4375 | 0.8992 |
61
+ | 0.0007 | 8.09 | 1692 | 0.3199 | 0.9183 |
62
+ | 0.0006 | 9.09 | 1880 | 0.3189 | 0.9210 |
63
+ | 0.0006 | 10.09 | 2057 | 0.3187 | 0.9237 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.39.3
69
+ - Pytorch 2.2.2+cu121
70
+ - Datasets 2.18.0
71
+ - Tokenizers 0.15.2