Temo27Anas
commited on
Commit
•
eadf107
1
Parent(s):
c1a2e96
Model save
Browse files- README.md +110 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: google/vivit-b-16x2-kinetics400
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: vivit-b-16x2-kinetics400-ft-92397
|
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 |
+
# vivit-b-16x2-kinetics400-ft-92397
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/vivit-b-16x2-kinetics400](https://huggingface.co/google/vivit-b-16x2-kinetics400) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1332
|
21 |
+
- Accuracy: 0.3386
|
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: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
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: 5500
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.1076 | 0.0202 | 111 | 1.1240 | 0.3333 |
|
54 |
+
| 1.1466 | 1.0202 | 222 | 1.1166 | 0.3333 |
|
55 |
+
| 1.1022 | 2.0202 | 333 | 1.1221 | 0.3333 |
|
56 |
+
| 1.109 | 3.0202 | 444 | 1.1170 | 0.3333 |
|
57 |
+
| 1.1007 | 4.0202 | 555 | 1.1375 | 0.3333 |
|
58 |
+
| 1.1146 | 5.0202 | 666 | 1.1004 | 0.3386 |
|
59 |
+
| 1.1575 | 6.0202 | 777 | 1.1249 | 0.3333 |
|
60 |
+
| 1.0851 | 7.0202 | 888 | 1.1254 | 0.3439 |
|
61 |
+
| 1.1069 | 8.0202 | 999 | 1.1136 | 0.3333 |
|
62 |
+
| 1.0998 | 9.0202 | 1110 | 1.0945 | 0.3545 |
|
63 |
+
| 1.1289 | 10.0202 | 1221 | 1.0992 | 0.3439 |
|
64 |
+
| 1.0674 | 11.0202 | 1332 | 1.0957 | 0.3545 |
|
65 |
+
| 1.1144 | 12.0202 | 1443 | 1.1139 | 0.3228 |
|
66 |
+
| 1.0971 | 13.0202 | 1554 | 1.1089 | 0.3228 |
|
67 |
+
| 1.0704 | 14.0202 | 1665 | 1.1031 | 0.3333 |
|
68 |
+
| 1.1064 | 15.0202 | 1776 | 1.1003 | 0.3492 |
|
69 |
+
| 1.0782 | 16.0202 | 1887 | 1.1026 | 0.3386 |
|
70 |
+
| 1.1086 | 17.0202 | 1998 | 1.1091 | 0.3175 |
|
71 |
+
| 1.0911 | 18.0202 | 2109 | 1.0965 | 0.3386 |
|
72 |
+
| 1.0961 | 19.0202 | 2220 | 1.1108 | 0.3333 |
|
73 |
+
| 1.0967 | 20.0202 | 2331 | 1.1029 | 0.3175 |
|
74 |
+
| 1.0746 | 21.0202 | 2442 | 1.1127 | 0.3333 |
|
75 |
+
| 1.1076 | 22.0202 | 2553 | 1.0996 | 0.3492 |
|
76 |
+
| 1.0786 | 23.0202 | 2664 | 1.1138 | 0.3333 |
|
77 |
+
| 1.0819 | 24.0202 | 2775 | 1.0970 | 0.3651 |
|
78 |
+
| 1.1031 | 25.0202 | 2886 | 1.1135 | 0.3333 |
|
79 |
+
| 1.092 | 26.0202 | 2997 | 1.1050 | 0.3439 |
|
80 |
+
| 1.103 | 27.0202 | 3108 | 1.1039 | 0.3598 |
|
81 |
+
| 1.0903 | 28.0202 | 3219 | 1.1149 | 0.3333 |
|
82 |
+
| 1.1232 | 29.0202 | 3330 | 1.1062 | 0.3333 |
|
83 |
+
| 1.106 | 30.0202 | 3441 | 1.1124 | 0.3175 |
|
84 |
+
| 1.0607 | 31.0202 | 3552 | 1.1095 | 0.3333 |
|
85 |
+
| 1.0839 | 32.0202 | 3663 | 1.1083 | 0.3386 |
|
86 |
+
| 1.0867 | 33.0202 | 3774 | 1.1007 | 0.3545 |
|
87 |
+
| 1.0913 | 34.0202 | 3885 | 1.0996 | 0.3598 |
|
88 |
+
| 1.0567 | 35.0202 | 3996 | 1.0946 | 0.3386 |
|
89 |
+
| 1.0877 | 36.0202 | 4107 | 1.1004 | 0.3280 |
|
90 |
+
| 1.0828 | 37.0202 | 4218 | 1.1074 | 0.3228 |
|
91 |
+
| 1.131 | 38.0202 | 4329 | 1.0992 | 0.3122 |
|
92 |
+
| 1.0299 | 39.0202 | 4440 | 1.1035 | 0.3280 |
|
93 |
+
| 1.0864 | 40.0202 | 4551 | 1.0947 | 0.3386 |
|
94 |
+
| 1.0643 | 41.0202 | 4662 | 1.1006 | 0.3545 |
|
95 |
+
| 1.0687 | 42.0202 | 4773 | 1.1056 | 0.3280 |
|
96 |
+
| 1.0978 | 43.0202 | 4884 | 1.0907 | 0.3598 |
|
97 |
+
| 1.0273 | 44.0202 | 4995 | 1.0969 | 0.3439 |
|
98 |
+
| 1.0459 | 45.0202 | 5106 | 1.1021 | 0.3492 |
|
99 |
+
| 1.0561 | 46.0202 | 5217 | 1.1003 | 0.3386 |
|
100 |
+
| 1.0482 | 47.0202 | 5328 | 1.1028 | 0.3386 |
|
101 |
+
| 1.0916 | 48.0202 | 5439 | 1.1053 | 0.3545 |
|
102 |
+
| 1.0729 | 49.0111 | 5500 | 1.1055 | 0.3545 |
|
103 |
+
|
104 |
+
|
105 |
+
### Framework versions
|
106 |
+
|
107 |
+
- Transformers 4.41.2
|
108 |
+
- Pytorch 1.13.0+cu117
|
109 |
+
- Datasets 2.20.0
|
110 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 141947052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44511da1b1bb115eb73a8fe817fca7780f9a22f7b45d6599bfdb2ad07b6f142
|
3 |
size 141947052
|