skywalker290 commited on
Commit
bd2a164
·
verified ·
1 Parent(s): fa40b1a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "TimesformerForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Abuse",
14
+ "1": "Arrest",
15
+ "2": "Arson",
16
+ "3": "Assault",
17
+ "4": "Burglary",
18
+ "5": "Explosion",
19
+ "6": "Fighting",
20
+ "7": "RoadAccidents",
21
+ "8": "Robbery",
22
+ "9": "Shooting",
23
+ "10": "Shoplifting",
24
+ "11": "Stealing",
25
+ "12": "Vandalism"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "Abuse": 0,
32
+ "Arrest": 1,
33
+ "Arson": 2,
34
+ "Assault": 3,
35
+ "Burglary": 4,
36
+ "Explosion": 5,
37
+ "Fighting": 6,
38
+ "RoadAccidents": 7,
39
+ "Robbery": 8,
40
+ "Shooting": 9,
41
+ "Shoplifting": 10,
42
+ "Stealing": 11,
43
+ "Vandalism": 12
44
+ },
45
+ "layer_norm_eps": 1e-06,
46
+ "model_type": "timesformer",
47
+ "num_attention_heads": 12,
48
+ "num_channels": 3,
49
+ "num_frames": 8,
50
+ "num_hidden_layers": 12,
51
+ "patch_size": 16,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.46.2"
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6a663a9cac8e8ddad993f485ada3d2b808a65e58d568d7c1484181b556189c
3
+ size 485106100
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457f2050cc13d016cf016d07c77777f3494752cf388fc9ca34371f26a6f9987f
3
+ size 5304