Dijaaa commited on
Commit
54129ca
1 Parent(s): ba0cda0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "RoadAccidents",
23
+ "8": "Robbery",
24
+ "9": "Shooting",
25
+ "10": "Shoplifting",
26
+ "11": "Stealing",
27
+ "12": "Vandalism"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "Abuse": 0,
34
+ "Arrest": 1,
35
+ "Arson": 2,
36
+ "Assault": 3,
37
+ "Burglary": 4,
38
+ "Explosion": 5,
39
+ "Fighting": 6,
40
+ "RoadAccidents": 7,
41
+ "Robbery": 8,
42
+ "Shooting": 9,
43
+ "Shoplifting": 10,
44
+ "Stealing": 11,
45
+ "Vandalism": 12
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "model_type": "videomae",
49
+ "norm_pix_loss": true,
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_frames": 16,
53
+ "num_hidden_layers": 12,
54
+ "patch_size": 16,
55
+ "problem_type": "single_label_classification",
56
+ "qkv_bias": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.35.0",
59
+ "tubelet_size": 2,
60
+ "use_mean_pooling": false
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d27837ce4099271d7e2c80f90afc6a59c04115016281d9fa9b259a85e993c62
3
+ size 344971212
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
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "VideoMAEImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Nov12_13-02-27_15af8409e83a/events.out.tfevents.1699794201.15af8409e83a.3991.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad2fa507369d2b5ec75f8f9c95ee9f07213ab70946c0d36fbfad00b549c28de
3
+ size 6824
runs/Nov12_13-02-27_15af8409e83a/events.out.tfevents.1699796874.15af8409e83a.3991.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfbfb34a4f6b958f7d8bb6d463b6b2a6b338d8eda87c092661737e4128f9cd1e
3
+ size 4184
runs/Nov12_15-21-34_de57151e01ad/events.out.tfevents.1699802580.de57151e01ad.8484.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036896ef1177cc481ea643056386c1fcde1904c8db0fc5d3d30a7f84f126a236
3
+ size 9947
runs/Nov12_15-37-57_09a31fc658d8/events.out.tfevents.1699803563.09a31fc658d8.2111.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303d5e67ea7119c62a03e991df5fb08795d536126dee452621884cce3d95188a
3
+ size 88
runs/Nov12_17-49-56_504dbab42891/events.out.tfevents.1699811446.504dbab42891.5555.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71fe8450ad4bc0accf620fe685dc5c8de72e7bf9c04a27251b6aceca2e97154f
3
+ size 5618
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7fed4125661da59916bc99f7ec270e06c7e7b1476233a0ee8bc5737a743ed25
3
+ size 4219