yangboyuan commited on
Commit
f1ee615
1 Parent(s): ed01663

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "0",
12
+ "1": "1234",
13
+ "2": "9"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "0": 0,
20
+ "1234": 1,
21
+ "9": 2
22
+ },
23
+ "layer_norm_eps": 1e-06,
24
+ "model_type": "vivit",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_frames": 32,
28
+ "num_hidden_layers": 12,
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.42.4",
32
+ "tubelet_size": [
33
+ 2,
34
+ 16,
35
+ 16
36
+ ],
37
+ "video_size": [
38
+ 32,
39
+ 224,
40
+ 224
41
+ ]
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29b83ef8a77b56e3f14a891e3ceec5b26d0857a8cba7dda86a004681a8023b1c
3
+ size 354618452
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/Jul19_00-41-32_a8da2271109c/events.out.tfevents.1721349700.a8da2271109c.1046.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a023b21c75d5658a0cf06047ae1cbacc8ee91407e72a47459523e7ec3622be
3
+ size 12511
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8596acdc9979e8afc94a4ef575103c74763ba22f44201cf591d12963bda7d73a
3
+ size 4731