Chaitanya798800
commited on
Commit
•
291b47d
1
Parent(s):
65549e8
End of training
Browse files- README.md +83 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_14class_UCFCrime
|
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_14class_UCFCrime
|
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: 2.1336
|
19 |
+
- eval_confusion_matrix: {'confusion_matrix': array([[ 5, 6, 0, 11, 5, 1, 17, 1, 0, 0, 0, 6, 0,
|
20 |
+
0],
|
21 |
+
[ 25, 76, 0, 9, 53, 0, 36, 1, 24, 1, 0, 13, 5,
|
22 |
+
0],
|
23 |
+
[ 0, 0, 31, 0, 2, 0, 0, 0, 0, 0, 0, 0, 9,
|
24 |
+
7],
|
25 |
+
[ 11, 21, 0, 52, 3, 0, 40, 2, 1, 1, 0, 0, 19,
|
26 |
+
1],
|
27 |
+
[ 21, 9, 0, 1, 113, 0, 21, 2, 0, 30, 0, 1, 12,
|
28 |
+
43],
|
29 |
+
[ 1, 2, 13, 0, 0, 39, 1, 0, 0, 1, 0, 0, 12,
|
30 |
+
1],
|
31 |
+
[ 3, 15, 1, 23, 8, 0, 58, 0, 0, 6, 0, 23, 1,
|
32 |
+
4],
|
33 |
+
[ 0, 0, 0, 0, 0, 0, 0, 430, 0, 0, 0, 0, 0,
|
34 |
+
0],
|
35 |
+
[ 3, 11, 1, 2, 1, 2, 3, 0, 25, 3, 0, 4, 7,
|
36 |
+
0],
|
37 |
+
[ 0, 19, 0, 9, 17, 0, 18, 57, 0, 22, 0, 56, 0,
|
38 |
+
0],
|
39 |
+
[ 0, 11, 0, 6, 9, 0, 3, 3, 2, 0, 5, 3, 24,
|
40 |
+
0],
|
41 |
+
[ 0, 5, 0, 0, 0, 0, 5, 11, 0, 9, 0, 40, 0,
|
42 |
+
0],
|
43 |
+
[ 0, 40, 2, 19, 9, 0, 9, 44, 3, 0, 1, 30, 120,
|
44 |
+
11],
|
45 |
+
[ 0, 4, 1, 12, 2, 1, 0, 0, 0, 7, 0, 11, 6,
|
46 |
+
68]])}
|
47 |
+
- eval_runtime: 888.8746
|
48 |
+
- eval_samples_per_second: 2.459
|
49 |
+
- eval_steps_per_second: 1.23
|
50 |
+
- step: 0
|
51 |
+
|
52 |
+
## Model description
|
53 |
+
|
54 |
+
More information needed
|
55 |
+
|
56 |
+
## Intended uses & limitations
|
57 |
+
|
58 |
+
More information needed
|
59 |
+
|
60 |
+
## Training and evaluation data
|
61 |
+
|
62 |
+
More information needed
|
63 |
+
|
64 |
+
## Training procedure
|
65 |
+
|
66 |
+
### Training hyperparameters
|
67 |
+
|
68 |
+
The following hyperparameters were used during training:
|
69 |
+
- learning_rate: 5e-05
|
70 |
+
- train_batch_size: 2
|
71 |
+
- eval_batch_size: 2
|
72 |
+
- seed: 42
|
73 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
74 |
+
- lr_scheduler_type: linear
|
75 |
+
- lr_scheduler_warmup_ratio: 0.1
|
76 |
+
- training_steps: 5560
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.39.3
|
81 |
+
- Pytorch 2.2.1+cu121
|
82 |
+
- Datasets 2.18.0
|
83 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1215545456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b245a3b216889638945304a46b2fe43e6cda2cb3b7282ee1d5d1f404fd81ec3f
|
3 |
size 1215545456
|