JackWong0911 commited on
Commit
5a657a4
·
verified ·
1 Parent(s): cd2184c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "archery",
12
+ "1": "bowling",
13
+ "2": "flying_kite",
14
+ "3": "high_jump",
15
+ "4": "marching"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "archery": 0,
22
+ "bowling": 1,
23
+ "flying_kite": 2,
24
+ "high_jump": 3,
25
+ "marching": 4
26
+ },
27
+ "layer_norm_eps": 1e-06,
28
+ "model_type": "vivit",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_frames": 5,
32
+ "num_hidden_layers": 12,
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.38.1",
36
+ "tubelet_size": [
37
+ 2,
38
+ 16,
39
+ 16
40
+ ],
41
+ "video_size": [
42
+ 32,
43
+ 224,
44
+ 224
45
+ ]
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0918265541757226779c95988873af35576de281c18f0cfc72df1e3704104bc
3
+ size 346195020
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/Mar03_13-59-03_c7e9d46e3430/events.out.tfevents.1709474350.c7e9d46e3430.634.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915555f03a71ad7ee601f9ddd645d3df33a238319c5d11f6545258e04f1ff47b
3
+ size 6244
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ba28bc60f107ba3d72702dcb577701636cccbe742dbd81e7a95be5c568b445
3
+ size 4984