yangboyuan commited on
Commit
5cb4d47
1 Parent(s): ce2424b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "01",
12
+ "1": "234"
13
+ },
14
+ "image_size": 224,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "01": 0,
19
+ "234": 1
20
+ },
21
+ "layer_norm_eps": 1e-06,
22
+ "model_type": "vivit",
23
+ "num_attention_heads": 12,
24
+ "num_channels": 3,
25
+ "num_frames": 32,
26
+ "num_hidden_layers": 12,
27
+ "qkv_bias": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.42.4",
30
+ "tubelet_size": [
31
+ 2,
32
+ 16,
33
+ 16
34
+ ],
35
+ "video_size": [
36
+ 32,
37
+ 224,
38
+ 224
39
+ ]
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3cc9fb6beddadd601ed40fdcea3ffbe6225981d509374061dc0cceaea834bb
3
+ size 354615376
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/Jul18_07-45-34_22ba97dfa68d/events.out.tfevents.1721288739.22ba97dfa68d.262.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd4630dee669a5f56fde78bf80abf26b2291922e7545ffce5d9e92c7f961817
3
+ size 4184
runs/Jul18_07-46-35_22ba97dfa68d/events.out.tfevents.1721288799.22ba97dfa68d.2007.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:517c8a8ca006e81d2bc6e38da86daf217c601ddd03af644c702c02d27f75d19f
3
+ size 4184
runs/Jul18_07-47-42_22ba97dfa68d/events.out.tfevents.1721288866.22ba97dfa68d.2341.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8b10a10d7b07fa6e8adb38cb182d07e20f7d7d2d79718bb7c8f0b13deea464
3
+ size 16283
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e07b6d6c3f96974cd6062cb2f525b8f281e8a77df71f62a31b95339e015a49a
3
+ size 4731