prathameshdalal commited on
Commit
1987cec
1 Parent(s): 6f4fb81

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vivit-b-16x2-kinetics400",
3
+ "architectures": [
4
+ "VivitForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu_fast",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Abuse",
12
+ "1": "Arrest",
13
+ "2": "Arson",
14
+ "3": "Assault",
15
+ "4": "Burglary",
16
+ "5": "Explosion",
17
+ "6": "Fighting",
18
+ "7": "RoadAccidents",
19
+ "8": "Robbery",
20
+ "9": "Shooting",
21
+ "10": "Shoplifting",
22
+ "11": "Stealing",
23
+ "12": "Vandalism"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "Abuse": 0,
30
+ "Arrest": 1,
31
+ "Arson": 2,
32
+ "Assault": 3,
33
+ "Burglary": 4,
34
+ "Explosion": 5,
35
+ "Fighting": 6,
36
+ "RoadAccidents": 7,
37
+ "Robbery": 8,
38
+ "Shooting": 9,
39
+ "Shoplifting": 10,
40
+ "Stealing": 11,
41
+ "Vandalism": 12
42
+ },
43
+ "layer_norm_eps": 1e-06,
44
+ "model_type": "vivit",
45
+ "num_attention_heads": 12,
46
+ "num_channels": 3,
47
+ "num_frames": 32,
48
+ "num_hidden_layers": 12,
49
+ "qkv_bias": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.33.2",
52
+ "tubelet_size": [
53
+ 2,
54
+ 16,
55
+ 16
56
+ ],
57
+ "video_size": [
58
+ 32,
59
+ 224,
60
+ 224
61
+ ]
62
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "VivitImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "offset": true,
22
+ "resample": 2,
23
+ "rescale_factor": 0.00784313725490196,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb496247705c17e806b10133add0ecebc0c0cf6b2318d60b034c393ec80f45d
3
+ size 354692145
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8b7d566b55e0a86b74b1c2d24442b3708386285e8be046c24e5fd8f764cdc3
3
+ size 4079