asaoka commited on
Commit
a40f6c0
1 Parent(s): 314a24d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-huge-finetuned-kinetics",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 640,
8
+ "decoder_intermediate_size": 2560,
9
+ "decoder_num_attention_heads": 8,
10
+ "decoder_num_hidden_layers": 12,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 1280,
14
+ "id2label": {
15
+ "0": "00",
16
+ "1": "01",
17
+ "2": "02",
18
+ "3": "03",
19
+ "4": "04",
20
+ "5": "05",
21
+ "6": "06",
22
+ "7": "07",
23
+ "8": "08",
24
+ "9": "09",
25
+ "10": "10",
26
+ "11": "11",
27
+ "12": "12",
28
+ "13": "13",
29
+ "14": "14",
30
+ "15": "15",
31
+ "16": "16"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 5120,
36
+ "label2id": {
37
+ "00": 0,
38
+ "01": 1,
39
+ "02": 2,
40
+ "03": 3,
41
+ "04": 4,
42
+ "05": 5,
43
+ "06": 6,
44
+ "07": 7,
45
+ "08": 8,
46
+ "09": 9,
47
+ "10": 10,
48
+ "11": 11,
49
+ "12": 12,
50
+ "13": 13,
51
+ "14": 14,
52
+ "15": 15,
53
+ "16": 16
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "model_type": "videomae",
57
+ "norm_pix_loss": true,
58
+ "num_attention_heads": 16,
59
+ "num_channels": 3,
60
+ "num_frames": 16,
61
+ "num_hidden_layers": 32,
62
+ "patch_size": 16,
63
+ "problem_type": "single_label_classification",
64
+ "qkv_bias": true,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.44.2",
67
+ "tubelet_size": 2,
68
+ "use_mean_pooling": true
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e99f991a3cc261284e07106883bf4cedc12f63bc605df1a9ecfbdee86c2b1ed
3
+ size 2526575676
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/Oct28_21-44-47_a4acb20794bf/events.out.tfevents.1730151894.a4acb20794bf.288.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e341ef651a6857fe965d4db861f61cf7f77faabad0e82d2e93b688891b16260b
3
+ size 5928
runs/Oct28_21-48-11_a4acb20794bf/events.out.tfevents.1730152097.a4acb20794bf.1575.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0684e0e45cd8c75a82fdec988f222291d947bcae64608487dbb654b51497ae8
3
+ size 4184
runs/Oct28_21-51-17_a4acb20794bf/events.out.tfevents.1730152280.a4acb20794bf.2469.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4d656f2b77455545d0912c1277ea898af2792496b5a10bfb2a0c779985fd25
3
+ size 5721
runs/Oct28_21-55-01_a4acb20794bf/events.out.tfevents.1730152504.a4acb20794bf.3764.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09404f00f148e771db59919201e431e2549295d882503fd9df51029ea46590fc
3
+ size 4184
runs/Oct28_21-58-19_a4acb20794bf/events.out.tfevents.1730152702.a4acb20794bf.4750.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95893443a463de0970d1ce00cf03b42aba52af51df1a8c1edae8b1f3d49961a6
3
+ size 55160
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073ba8b1215e60eb3e9039248bd3ba3936b803a9699c3a0e6f9ba1c757248629
3
+ size 5304