hardik9719 commited on
Commit
3bc0efa
·
verified ·
1 Parent(s): 45485b5

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TimesformerForVideoClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "attention_type": "divided_space_time",
7
+ "drop_path_rate": 0,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Abuse",
13
+ "1": "Arrest",
14
+ "2": "Arson",
15
+ "3": "Assault",
16
+ "4": "Burglary",
17
+ "5": "Explosion",
18
+ "6": "Fighting"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Abuse": 0,
25
+ "Arrest": 1,
26
+ "Arson": 2,
27
+ "Assault": 3,
28
+ "Burglary": 4,
29
+ "Explosion": 5,
30
+ "Fighting": 6
31
+ },
32
+ "layer_norm_eps": 1e-06,
33
+ "model_type": "timesformer",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_frames": 8,
37
+ "num_hidden_layers": 12,
38
+ "patch_size": 16,
39
+ "problem_type": "single_label_classification",
40
+ "qkv_bias": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.51.3"
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4510098dcf704a66be53ed15698b79c9efc038599485d11167cab9009e312921
3
+ size 485087636
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.45,
12
+ 0.45,
13
+ 0.45
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.225,
18
+ 0.225,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
runs/May03_12-32-43_Hardik/events.out.tfevents.1746293573.Hardik.29964.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b3dc223c093c8efa178adfbbb16492bb488492e1df748c89a7ac85ba57ecdf
3
+ size 7325
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0076ba831e3ad16ef239ced6269b8d4a35f94310d6863a3f3e101fe593d6ba4
3
+ size 5304