archit11 commited on
Commit
d4ed7b0
1 Parent(s): 5c7a3c5

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.38.1",
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:ef2c682f02d48205da0a675e6f9f5362de039f779a19db5d8a1d21c492113f7c
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/Mar17_19-35-48_500f3adbbe43/events.out.tfevents.1710704166.500f3adbbe43.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf267d662af25dcad2465f0b49f127cc6a1925c9aea06ebbf210c6422b5177bf
3
+ size 7402
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5acfe5781ab4d4842f3f18432afafe39ba540493f47e189e7ef2a34da69cdc
3
+ size 4984