giannisan commited on
Commit
d31638d
1 Parent(s): 0f21584

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "TimesformerForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "ApplyEyeMakeup",
14
+ "1": "ApplyLipstick",
15
+ "2": "Archery",
16
+ "3": "BabyCrawling",
17
+ "4": "BalanceBeam",
18
+ "5": "BandMarching",
19
+ "6": "BaseballPitch",
20
+ "7": "Basketball",
21
+ "8": "BasketballDunk",
22
+ "9": "BenchPress"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "ApplyEyeMakeup": 0,
29
+ "ApplyLipstick": 1,
30
+ "Archery": 2,
31
+ "BabyCrawling": 3,
32
+ "BalanceBeam": 4,
33
+ "BandMarching": 5,
34
+ "BaseballPitch": 6,
35
+ "Basketball": 7,
36
+ "BasketballDunk": 8,
37
+ "BenchPress": 9
38
+ },
39
+ "layer_norm_eps": 1e-06,
40
+ "model_type": "timesformer",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 3,
43
+ "num_frames": 8,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.40.2"
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9376ab61570e92ddbc75657778a029c7977423294333a9d8b7544c679041f40c
3
+ size 485096872
preprocessor_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "videos",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
+ "crop_size": {
19
+ "height": 224,
20
+ "width": 224
21
+ },
22
+ "do_center_crop": true,
23
+ "do_normalize": true,
24
+ "do_rescale": true,
25
+ "do_resize": true,
26
+ "image_mean": [
27
+ 0.45,
28
+ 0.45,
29
+ 0.45
30
+ ],
31
+ "image_processor_type": "VideoMAEImageProcessor",
32
+ "image_std": [
33
+ 0.225,
34
+ 0.225,
35
+ 0.225
36
+ ],
37
+ "resample": 2,
38
+ "rescale_factor": 0.00392156862745098,
39
+ "size": {
40
+ "shortest_edge": 224
41
+ }
42
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0976022ff1e3e4b6c6ed3d4b9f4fbf236be50b91b6fc1edad006409b3e04fd11
3
+ size 5048