kharato commited on
Commit
98dab93
·
verified ·
1 Parent(s): 140e0bc

Training in progress, epoch 10

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base-finetuned-kinetics",
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": "BAND",
16
+ "1": "BOX",
17
+ "2": "DIRECTION",
18
+ "3": "ELECTRIC_CAR",
19
+ "4": "FACILITY",
20
+ "5": "KANBAN",
21
+ "6": "NEUTRAL",
22
+ "7": "PALLET",
23
+ "8": "PARTS",
24
+ "9": "SHELF",
25
+ "10": "WAGON"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "BAND": 0,
32
+ "BOX": 1,
33
+ "DIRECTION": 2,
34
+ "ELECTRIC_CAR": 3,
35
+ "FACILITY": 4,
36
+ "KANBAN": 5,
37
+ "NEUTRAL": 6,
38
+ "PALLET": 7,
39
+ "PARTS": 8,
40
+ "SHELF": 9,
41
+ "WAGON": 10
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "videomae",
45
+ "norm_pix_loss": false,
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_frames": 16,
49
+ "num_hidden_layers": 12,
50
+ "patch_size": 16,
51
+ "problem_type": "single_label_classification",
52
+ "qkv_bias": true,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.38.1",
55
+ "tubelet_size": 2,
56
+ "use_mean_pooling": true
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2263233b8b2919cc4eb16819d9e62c832c1fb7178e71a75e59c905986260b2bf
3
+ size 344965020
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/Aug07_11-28-19_WIN-645TP8FEMLV/events.out.tfevents.1722997702.WIN-645TP8FEMLV.10220.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1bb676a7bdf9fbc5f17dc0929cbdd8adfbea686dc44f0f604a041c70c9b0f3
3
+ size 5199
runs/Aug07_11-29-30_WIN-645TP8FEMLV/events.out.tfevents.1722997773.WIN-645TP8FEMLV.12352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ccf447b38121625dfcb6dc8d1605968713f07cfbd5b4cf7803733f43a90e606
3
+ size 13606
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e19625d613bfc4e9051432b7c1496aca49f63f00b4a9962442e7f7a55560c0
3
+ size 4475