thegigasurgeon commited on
Commit
224c6f2
1 Parent(s): ce709a2

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mopping",
16
+ "1": "no_mopping"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 5120,
21
+ "label2id": {
22
+ "mopping": 0,
23
+ "no_mopping": 1
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "model_type": "videomae",
27
+ "norm_pix_loss": true,
28
+ "num_attention_heads": 16,
29
+ "num_channels": 3,
30
+ "num_frames": 32,
31
+ "num_hidden_layers": 32,
32
+ "patch_size": 32,
33
+ "problem_type": "single_label_classification",
34
+ "qkv_bias": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.29.2",
37
+ "tubelet_size": 2,
38
+ "use_mean_pooling": true
39
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "VideoMAEImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "shortest_edge": 224
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9523f98c83cefbc68174e2a8986edff9f3a2fd0fae0868cb3f8cecb442dfc7b
3
+ size 2550199717
runs/May23_05-23-55_str-gpu-farm-1/1684819449.4060352/events.out.tfevents.1684819449.str-gpu-farm-1.643060.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a45a3af4528813d6f4b35823b835bd37df8095100ac7528c29bd0d4b2390af
3
+ size 5985
runs/May23_05-23-55_str-gpu-farm-1/events.out.tfevents.1684819449.str-gpu-farm-1.643060.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27eb1b53fd4e425621b47525efda3cf4699eb6072fffd17441f2bbe929cef070
3
+ size 5131
runs/May23_05-26-41_str-gpu-farm-1/1684819616.4941554/events.out.tfevents.1684819616.str-gpu-farm-1.655182.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:840a02083fd2d7ef1cd5040f0edf6a7b2a2f591a429e33e37560eeeb2d6b0d67
3
+ size 5985
runs/May23_05-26-41_str-gpu-farm-1/events.out.tfevents.1684819616.str-gpu-farm-1.655182.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa94195e5d8f50089ef0b9ec739af63ffe861ca4e67c7a4a30216b0dbc1c1c1
3
+ size 6526
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7284f53ee79ec8ba22360631e7cdd1a9a18cbdf0e1dba11ba5bba818cd6644f5
3
+ size 3963