ffstca commited on
Commit
9079e87
·
verified ·
1 Parent(s): 2239d0d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VideoMAEForVideoClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "decoder_hidden_size": 384,
7
+ "decoder_intermediate_size": 1536,
8
+ "decoder_num_attention_heads": 6,
9
+ "decoder_num_hidden_layers": 4,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "ApplyEyeMakeup",
15
+ "1": "ApplyLipstick",
16
+ "2": "Archery",
17
+ "3": "BabyCrawling",
18
+ "4": "BalanceBeam",
19
+ "5": "BandMarching",
20
+ "6": "BaseballPitch",
21
+ "7": "Basketball",
22
+ "8": "BasketballDunk",
23
+ "9": "BenchPress"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "ApplyEyeMakeup": 0,
30
+ "ApplyLipstick": 1,
31
+ "Archery": 2,
32
+ "BabyCrawling": 3,
33
+ "BalanceBeam": 4,
34
+ "BandMarching": 5,
35
+ "BaseballPitch": 6,
36
+ "Basketball": 7,
37
+ "BasketballDunk": 8,
38
+ "BenchPress": 9
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "videomae",
42
+ "norm_pix_loss": true,
43
+ "num_attention_heads": 12,
44
+ "num_channels": 3,
45
+ "num_frames": 16,
46
+ "num_hidden_layers": 12,
47
+ "patch_size": 16,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.50.1",
52
+ "tubelet_size": 2,
53
+ "use_mean_pooling": false
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5872478c91940c632367e76fbb760db392f4abee79c4cb66eee3318678f095ae
3
+ size 344961984
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/Mar27_15-57-18_iZbp17myknojbs44zvq7afZ/events.out.tfevents.1743062531.iZbp17myknojbs44zvq7afZ.857249.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc2b6b327434234c6054cd4d629c2f3059ebc850bc5cbbe1205e29cbf782e4e
3
+ size 11886
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed69c346c6da47789d5d78942d5ff58e460e39565e51958339497fa35e4834ca
3
+ size 5432