sigtakahashi commited on
Commit
95ada55
1 Parent(s): 2289652

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "0_nihonbutou",
16
+ "1": "10_nihonbutou",
17
+ "2": "11_nihonbutou",
18
+ "3": "12_nihonbutou",
19
+ "4": "13_nihonbutou",
20
+ "5": "14_nihonbutou",
21
+ "6": "15_nihonbutou",
22
+ "7": "16_nihonbutou",
23
+ "8": "1_nihonbutou",
24
+ "9": "2_nihonbutou",
25
+ "10": "3_nihonbutou",
26
+ "11": "4_nihonbutou",
27
+ "12": "5_nihonbutou",
28
+ "13": "6_nihonbutou",
29
+ "14": "7_nihonbutou",
30
+ "15": "8_nihonbutou",
31
+ "16": "9_nihonbutou"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "0_nihonbutou": 0,
38
+ "10_nihonbutou": 1,
39
+ "11_nihonbutou": 2,
40
+ "12_nihonbutou": 3,
41
+ "13_nihonbutou": 4,
42
+ "14_nihonbutou": 5,
43
+ "15_nihonbutou": 6,
44
+ "16_nihonbutou": 7,
45
+ "1_nihonbutou": 8,
46
+ "2_nihonbutou": 9,
47
+ "3_nihonbutou": 10,
48
+ "4_nihonbutou": 11,
49
+ "5_nihonbutou": 12,
50
+ "6_nihonbutou": 13,
51
+ "7_nihonbutou": 14,
52
+ "8_nihonbutou": 15,
53
+ "9_nihonbutou": 16
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "model_type": "videomae",
57
+ "norm_pix_loss": true,
58
+ "num_attention_heads": 12,
59
+ "num_channels": 3,
60
+ "num_frames": 16,
61
+ "num_hidden_layers": 12,
62
+ "patch_size": 16,
63
+ "problem_type": "single_label_classification",
64
+ "qkv_bias": true,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.45.1",
67
+ "tubelet_size": 2,
68
+ "use_mean_pooling": false
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8a94408cbc1aedde4a728b37707d24285eb5c9b9b9e8598cb0b189a88c5b04
3
+ size 344983516
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/Oct15_15-15-36_takahashishigerunoMacBook-Pro.local/events.out.tfevents.1728972960.takahashishigerunoMacBook-Pro.local.82013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8512b440e2df44a102be411e471ecffb8b0f05205033d11171e002813797f393
3
+ size 16023
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01ce48b84262816f33d81b0fbc00fc00977aa8f832f57914348db47373bc3813
3
+ size 5304