alexgrigore commited on
Commit
b17fa83
·
verified ·
1 Parent(s): ccca369

Model save

Browse files
Files changed (2) hide show
  1. README.md +82 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: MCG-NJU/videomae-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: videomae-base-finetuned-good-gestureUnitsV3
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-good-gestureUnitsV3
17
+
18
+ This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Accuracy: 0.8932
21
+ - Loss: 0.3490
22
+ - Accuracy Gunit: 0.5417
23
+ - Accuracy Nothing: 1.0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-06
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - training_steps: 340
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Accuracy | Validation Loss | Accuracy Gunit | Accuracy Nothing |
54
+ |:-------------:|:-----:|:----:|:--------:|:---------------:|:--------------:|:----------------:|
55
+ | 0.7047 | 0.05 | 17 | 0.5620 | 0.7024 | 0.575 | 0.5556 |
56
+ | 0.6958 | 1.05 | 34 | 0.3802 | 0.7165 | 0.725 | 0.2099 |
57
+ | 0.6534 | 2.05 | 51 | 0.3719 | 0.7150 | 0.85 | 0.1358 |
58
+ | 0.655 | 3.05 | 68 | 0.3223 | 0.7506 | 0.975 | 0.0 |
59
+ | 0.6545 | 4.05 | 85 | 0.4298 | 0.6991 | 0.95 | 0.1728 |
60
+ | 0.6321 | 5.05 | 102 | 0.4711 | 0.6750 | 0.95 | 0.2346 |
61
+ | 0.5883 | 6.05 | 119 | 0.7438 | 0.6142 | 0.9 | 0.6667 |
62
+ | 0.5045 | 7.05 | 136 | 0.8182 | 0.5495 | 0.9 | 0.7778 |
63
+ | 0.455 | 8.05 | 153 | 0.7190 | 0.5723 | 0.925 | 0.6173 |
64
+ | 0.4191 | 9.05 | 170 | 0.9339 | 0.3709 | 0.85 | 0.9753 |
65
+ | 0.365 | 10.05 | 187 | 0.9091 | 0.3547 | 0.85 | 0.9383 |
66
+ | 0.2593 | 11.05 | 204 | 0.8926 | 0.3632 | 0.85 | 0.9136 |
67
+ | 0.2225 | 12.05 | 221 | 0.9421 | 0.2457 | 0.85 | 0.9877 |
68
+ | 0.2121 | 13.05 | 238 | 0.9256 | 0.2619 | 0.85 | 0.9630 |
69
+ | 0.1506 | 14.05 | 255 | 0.9504 | 0.2190 | 0.85 | 1.0 |
70
+ | 0.1335 | 15.05 | 272 | 0.9339 | 0.2221 | 0.85 | 0.9753 |
71
+ | 0.1039 | 16.05 | 289 | 0.9421 | 0.2107 | 0.85 | 0.9877 |
72
+ | 0.1036 | 17.05 | 306 | 0.9421 | 0.2059 | 0.85 | 0.9877 |
73
+ | 0.1019 | 18.05 | 323 | 0.9421 | 0.2063 | 0.85 | 0.9877 |
74
+ | 0.1181 | 19.05 | 340 | 0.9504 | 0.2103 | 0.85 | 1.0 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.41.1
80
+ - Pytorch 2.3.0+cu121
81
+ - Datasets 2.19.1
82
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d73a6543ce32db0435dca8950232f16c57360cde3fe58a2cdcc1abb6133f3637
3
  size 344937368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:724aeea562bdc3591eb180ac80be5b09441406b42c9d2201e911093d089fa62c
3
  size 344937368