bayesianist commited on
Commit
8ea32f3
1 Parent(s): 490423c

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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.26.1"
50
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.45,
12
+ 0.45,
13
+ 0.45
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.225,
18
+ 0.225,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c42407a17b9921e50dc63d4c83bd19b32e0947d394ee24b55892495c43fa4e
3
+ size 485152561
runs/Mar06_10-28-07_083fb0b4aa1d/1678098542.7512872/events.out.tfevents.1678098542.083fb0b4aa1d.406.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b998d863e07e7cb84604ba769aca637201e78771c0ec9235fb5d28cc77c1a77
3
+ size 5785
runs/Mar06_10-28-07_083fb0b4aa1d/events.out.tfevents.1678098542.083fb0b4aa1d.406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7be25071e0184bc5887e6fb2ffec91746915e031f0592376b5ff8a44460f74c
3
+ size 7091
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d8beaf17b0b20e3dea49497aef47215d6f12d53110549b9b17dba3444d21589
3
+ size 3579