ahdalsubhi
commited on
Commit
•
da3ec3d
1
Parent(s):
960c261
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Abuse",
|
16 |
+
"1": "Arrest",
|
17 |
+
"2": "Arson",
|
18 |
+
"3": "Assault",
|
19 |
+
"4": "Burglary",
|
20 |
+
"5": "Explosion",
|
21 |
+
"6": "Fighting",
|
22 |
+
"7": "Normal_Videos_for_Event_Recognition",
|
23 |
+
"8": "RoadAccidents",
|
24 |
+
"9": "Robbery",
|
25 |
+
"10": "Shooting",
|
26 |
+
"11": "Shoplifting",
|
27 |
+
"12": "Stealing",
|
28 |
+
"13": "Vandalism"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 3072,
|
33 |
+
"label2id": {
|
34 |
+
"Abuse": 0,
|
35 |
+
"Arrest": 1,
|
36 |
+
"Arson": 2,
|
37 |
+
"Assault": 3,
|
38 |
+
"Burglary": 4,
|
39 |
+
"Explosion": 5,
|
40 |
+
"Fighting": 6,
|
41 |
+
"Normal_Videos_for_Event_Recognition": 7,
|
42 |
+
"RoadAccidents": 8,
|
43 |
+
"Robbery": 9,
|
44 |
+
"Shooting": 10,
|
45 |
+
"Shoplifting": 11,
|
46 |
+
"Stealing": 12,
|
47 |
+
"Vandalism": 13
|
48 |
+
},
|
49 |
+
"layer_norm_eps": 1e-12,
|
50 |
+
"model_type": "videomae",
|
51 |
+
"norm_pix_loss": true,
|
52 |
+
"num_attention_heads": 12,
|
53 |
+
"num_channels": 3,
|
54 |
+
"num_frames": 16,
|
55 |
+
"num_hidden_layers": 12,
|
56 |
+
"patch_size": 16,
|
57 |
+
"problem_type": "single_label_classification",
|
58 |
+
"qkv_bias": true,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.44.2",
|
61 |
+
"tubelet_size": 2,
|
62 |
+
"use_mean_pooling": false
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec681e0b4813895837e91e13f804a317d24b78d6cbcc529022deb0ac5b7e612a
|
3 |
+
size 344974288
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
runs/Sep28_22-28-30_fbe835519fef/events.out.tfevents.1727562564.fbe835519fef.30.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21bda9f4f2a879ed03605f6322e053afe668f07396c7538f7fbedc1d95053190
|
3 |
+
size 5768
|
runs/Sep28_22-28-30_fbe835519fef/events.out.tfevents.1727562631.fbe835519fef.30.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff8a17a73a12ff08c4c96df9739fe1fe227eef03dd6784e72a4540e4fb49d662
|
3 |
+
size 8204
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc834b3f1d5662e517313c5bae555042fd2852d0af9225fc75bad7fb97bcc065
|
3 |
+
size 5240
|