JackWong0911 commited on
Commit
50b25f4
1 Parent(s): 435f70e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "MyTimesformerForVideoClassification"
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": "archery",
14
+ "1": "bowling",
15
+ "2": "flying_kite",
16
+ "3": "high_jump",
17
+ "4": "marching"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "archery": 0,
24
+ "bowling": 1,
25
+ "flying_kite": 2,
26
+ "high_jump": 3,
27
+ "marching": 4
28
+ },
29
+ "layer_norm_eps": 1e-06,
30
+ "model_type": "timesformer",
31
+ "num_attention_heads": 12,
32
+ "num_channels": 3,
33
+ "num_frames": 10,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 16,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.38.2"
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1aa4b7c883b3e8d03dbfeb91073cb773f761c9748010b4fcafaf31f291faaf4
3
+ size 485087636
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.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
runs/Apr05_14-49-07_e9babc2bc1a1/events.out.tfevents.1712328556.e9babc2bc1a1.4135.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335312f5f64b21fd43c42fbc86ba41f3c18434248efc463f1fcc12f7f9410cf6
3
+ size 51823
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b46a95953da011b79aa8efc53a8ffa5a75d3103098b12edce54323e2bfd637
3
+ size 5048