Commit
·
d991bf9
1
Parent(s):
2db9d1c
Training in progress, epoch 0
Browse files- config.json +64 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- runs/Jan07_18-32-15_4021e3639c35/events.out.tfevents.1704652702.4021e3639c35.549.0 +3 -0
- runs/Jan07_18-32-15_4021e3639c35/events.out.tfevents.1704653060.4021e3639c35.549.1 +3 -0
- runs/Jan07_18-45-34_4021e3639c35/events.out.tfevents.1704653142.4021e3639c35.549.2 +3 -0
- runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653227.4021e3639c35.549.3 +3 -0
- runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653293.4021e3639c35.549.4 +3 -0
- runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653319.4021e3639c35.549.5 +3 -0
- runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653404.4021e3639c35.549.6 +3 -0
- runs/Jan07_18-51-01_4021e3639c35/events.out.tfevents.1704653471.4021e3639c35.5017.0 +3 -0
- runs/Jan07_19-53-57_4021e3639c35/events.out.tfevents.1704657249.4021e3639c35.5017.1 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Normal",
|
19 |
+
"8": "RoadAccidents",
|
20 |
+
"9": "Robbery",
|
21 |
+
"10": "Shooting",
|
22 |
+
"11": "Shoplifting",
|
23 |
+
"12": "Stealing",
|
24 |
+
"13": "Vandalism"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"Abuse": 0,
|
31 |
+
"Arrest": 1,
|
32 |
+
"Arson": 2,
|
33 |
+
"Assault": 3,
|
34 |
+
"Burglary": 4,
|
35 |
+
"Explosion": 5,
|
36 |
+
"Fighting": 6,
|
37 |
+
"Normal": 7,
|
38 |
+
"RoadAccidents": 8,
|
39 |
+
"Robbery": 9,
|
40 |
+
"Shooting": 10,
|
41 |
+
"Shoplifting": 11,
|
42 |
+
"Stealing": 12,
|
43 |
+
"Vandalism": 13
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-06,
|
46 |
+
"model_type": "vivit",
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_frames": 32,
|
50 |
+
"num_hidden_layers": 12,
|
51 |
+
"qkv_bias": true,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.36.2",
|
54 |
+
"tubelet_size": [
|
55 |
+
2,
|
56 |
+
16,
|
57 |
+
16
|
58 |
+
],
|
59 |
+
"video_size": [
|
60 |
+
32,
|
61 |
+
224,
|
62 |
+
224
|
63 |
+
]
|
64 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd65912556d9d781eec1cd7571c6f563de8209362ef863eea9314ab9e7588baf
|
3 |
+
size 354652296
|
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 |
+
}
|
runs/Jan07_18-32-15_4021e3639c35/events.out.tfevents.1704652702.4021e3639c35.549.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23a0f6dffc32ae1ae9d44c0999a875f562b5761b4e9bf9005753ea18445b734c
|
3 |
+
size 4905
|
runs/Jan07_18-32-15_4021e3639c35/events.out.tfevents.1704653060.4021e3639c35.549.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0898f232f967b22cd80c55c733d556bcd1c97e8522b99c4bf5f6e02d1e4bf413
|
3 |
+
size 3575
|
runs/Jan07_18-45-34_4021e3639c35/events.out.tfevents.1704653142.4021e3639c35.549.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e79f681451f9f395aabbca94659dda72e1c6727a3a766b914e7e2c693b54aae7
|
3 |
+
size 3575
|
runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653227.4021e3639c35.549.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ede0101f942382932d39577be6ee278837901f6ec22d9fa375375bf3e0d2659
|
3 |
+
size 3575
|
runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653293.4021e3639c35.549.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:400cfa34f3d5052d3bed3f5ce14764cebe404e464f27008e811e79ba64a29e49
|
3 |
+
size 3575
|
runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653319.4021e3639c35.549.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af94cc4e8a9197a7f19f4c8cfe316b488c03721eeca0aabc9111196809b118d7
|
3 |
+
size 3575
|
runs/Jan07_18-47-01_4021e3639c35/events.out.tfevents.1704653404.4021e3639c35.549.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d55d45aad05daa2be4a2e35c7371a528397649f8f8525abfeba420b2060be8a5
|
3 |
+
size 40
|
runs/Jan07_18-51-01_4021e3639c35/events.out.tfevents.1704653471.4021e3639c35.5017.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:486616219b1bb57546816d4b17fa7eb9954887d969459d898c04a47d508138c4
|
3 |
+
size 8332
|
runs/Jan07_19-53-57_4021e3639c35/events.out.tfevents.1704657249.4021e3639c35.5017.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:660f62a7ee3eb9616048ec76a365be5df3422f6175ed5a5b4bed728c31f2b879
|
3 |
+
size 8338
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c65ea55be93ffd4021cea10567cc59d72780f1b95f54dcc8c555ba196a8d544e
|
3 |
+
size 4271
|