thegigasurgeon commited on
Commit
50d5e98
1 Parent(s): 69f6cb0

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-large-finetuned-kinetics",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 512,
8
+ "decoder_intermediate_size": 2048,
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": 1024,
14
+ "id2label": {
15
+ "0": "mopping",
16
+ "1": "no_mopping"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 4096,
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": 24,
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:8a720bee4cb3b6f6647594f55b1a1a10a8f4740a05a663f7e0d1e36d3902ab95
3
+ size 1215577733
runs/May22_20-05-29_str-gpu-farm-1/1684785935.6457665/events.out.tfevents.1684785935.str-gpu-farm-1.2730582.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c0a99c2f50c62a36b0b8c96ff7b24ffce10f888437b5a7afc9ef5574bf6ac4
3
+ size 5964
runs/May22_20-05-29_str-gpu-farm-1/events.out.tfevents.1684785935.str-gpu-farm-1.2730582.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da582a48315ce5b7338a70bb05dd7a5a1691f99f31a62b0fccd69bf7a707d361
3
+ size 4495
runs/May22_20-06-23_str-gpu-farm-1/1684785990.5232005/events.out.tfevents.1684785990.str-gpu-farm-1.2733376.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088ef1b090af2d80813daae4ddf4ec6bfa563970b7c85bc09932ee8c7843ada6
3
+ size 5964
runs/May22_20-06-23_str-gpu-farm-1/events.out.tfevents.1684785990.str-gpu-farm-1.2733376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff960bdbd4297438b7e0ef6f92e79f86dc2e8999635ccad66144d9bf06783350
3
+ size 6506
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007080d1ebdab1fdbc82d1612bd7cc9c34ce11d554dd1be270896d8e62fdb849
3
+ size 3963