Asadali12 commited on
Commit
fc2cb0b
·
verified ·
1 Parent(s): 259602a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vivit-b-16x2-kinetics400",
3
+ "architectures": [
4
+ "VivitForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "hidden_act": "gelu_fast",
8
+ "hidden_dropout_prob": 0.2,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "cover",
12
+ "1": "defence",
13
+ "2": "flick",
14
+ "3": "hook",
15
+ "4": "lofted",
16
+ "5": "pull"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.1,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "cover": 0,
23
+ "defence": 1,
24
+ "flick": 2,
25
+ "hook": 3,
26
+ "lofted": 4,
27
+ "pull": 5
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "model_type": "vivit",
31
+ "num_attention_heads": 12,
32
+ "num_channels": 3,
33
+ "num_frames": 32,
34
+ "num_hidden_layers": 12,
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.47.0",
38
+ "tubelet_size": [
39
+ 2,
40
+ 16,
41
+ 16
42
+ ],
43
+ "video_size": [
44
+ 32,
45
+ 224,
46
+ 224
47
+ ]
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98656fde4ec25921d90e2ee012c3b9b46f51b0cbedf4f873c742d7513749bad9
3
+ size 354627680
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/Jan31_16-53-03_f39d30e206c6/events.out.tfevents.1738342396.f39d30e206c6.31.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d836b3c4732e587c6b1ad1502b551714a15a7dc15f98236318b77174b4b040d
3
+ size 8815
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5689790e0fd8f940b438063f228de03a6240969a784c06e55231c3dc87d15d41
3
+ size 5432