JackWong0911 commited on
Commit
1907384
1 Parent(s): 3c2f8c9

Training in progress, epoch 3

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.35.2"
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:695b9081d1267417fa804fbed499635521c9b851991298fb47ebd16e22a1ff24
3
+ size 485096872
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
+ }
runs/Feb18_06-04-57_93a789172441/events.out.tfevents.1708236300.93a789172441.1304.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c77ae84bc7c25434d267a5fd5197872d9e7b3811d573e9cd7ca66cf1bb91f7
3
+ size 25301
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a037bf978030f8d9853f851b51b2036ab1753f1ba49d195a1d9c5af14c1ff9be
3
+ size 4664