thegigasurgeon commited on
Commit
174d0b5
1 Parent(s): a833349

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": 16,
31
+ "num_hidden_layers": 32,
32
+ "patch_size": 16,
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:f227bab0c0bb004a8be92eb08d99ce79504f1a484ad2866786bfa4de00c60da1
3
+ size 2526606757
runs/May27_14-10-12_str-gpu-farm-1/1685196624.3350098/events.out.tfevents.1685196624.str-gpu-farm-1.1558735.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279215a80a3d99c1e4b7794a6809c7c314710b0468c7fbe596974abc4a0587b4
3
+ size 5982
runs/May27_14-10-12_str-gpu-farm-1/events.out.tfevents.1685196624.str-gpu-farm-1.1558735.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d851a6962ea73930948d9faa1961be3f3a6327210fee51640ec2f8f6c85624e
3
+ size 4359
runs/May27_14-11-28_str-gpu-farm-1/1685196698.5629246/events.out.tfevents.1685196698.str-gpu-farm-1.1560358.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a71e252dd473e2c9e8c7cf1e3ba85b40884924e5e9d6d280cd34a176e2a1d91
3
+ size 5982
runs/May27_14-11-28_str-gpu-farm-1/events.out.tfevents.1685196698.str-gpu-farm-1.1560358.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1bcb403aa98889af996d92fcb4f8e92921270f2e5eb0c5a0ed7053972d31fec
3
+ size 8413
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dcf2c2a7700a0a24fa96bf1b0d9f6cdd222a5835b3bb02071525ffe9db12792
3
+ size 3963