Shawon16 commited on
Commit
6bc68bc
·
verified ·
1 Parent(s): 2e9d45a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "chikissha",
12
+ "1": "apartment",
13
+ "2": "ac",
14
+ "3": "cream",
15
+ "4": "attio",
16
+ "5": "ayna",
17
+ "6": "alu",
18
+ "7": "balti",
19
+ "8": "angur",
20
+ "9": "anaros"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "ac": 2,
27
+ "alu": 6,
28
+ "anaros": 9,
29
+ "angur": 8,
30
+ "apartment": 1,
31
+ "attio": 4,
32
+ "ayna": 5,
33
+ "balti": 7,
34
+ "chikissha": 0,
35
+ "cream": 3
36
+ },
37
+ "layer_norm_eps": 1e-06,
38
+ "model_type": "vivit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_frames": 32,
42
+ "num_hidden_layers": 12,
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.46.1",
46
+ "tubelet_size": [
47
+ 2,
48
+ 16,
49
+ 16
50
+ ],
51
+ "video_size": [
52
+ 32,
53
+ 224,
54
+ 224
55
+ ]
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db45752ef59411e855ac3526edc25fc184eb9a4500d1657b741569c14f5b82d8
3
+ size 354639992
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:d680b220392cd95b0f600dd43d0eb4f4562361079cd164f57bf93925d2f9697f
3
+ size 5304