Commit
·
25de83d
1
Parent(s):
1d90193
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +39 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- runs/May24_05-23-59_str-gpu-farm-1/1684905853.4264379/events.out.tfevents.1684905853.str-gpu-farm-1.601523.1 +3 -0
- runs/May24_05-23-59_str-gpu-farm-1/events.out.tfevents.1684905853.str-gpu-farm-1.601523.0 +3 -0
- runs/May24_05-27-57_str-gpu-farm-1/1684906090.4786594/events.out.tfevents.1684906090.str-gpu-farm-1.626062.1 +3 -0
- runs/May24_05-27-57_str-gpu-farm-1/events.out.tfevents.1684906090.str-gpu-farm-1.626062.0 +3 -0
- training_args.bin +3 -0
.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": 32,
|
31 |
+
"num_hidden_layers": 24,
|
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:7515bf5b49372482d58b640067a1d83f31715f9984eaf83e6fedd8f74f1b681e
|
3 |
+
size 1234452101
|
runs/May24_05-23-59_str-gpu-farm-1/1684905853.4264379/events.out.tfevents.1684905853.str-gpu-farm-1.601523.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2fd0525398aec78020a7ed258e2531f2ffa309d9b8dbdb6c23f13abdc0feb8a
|
3 |
+
size 5988
|
runs/May24_05-23-59_str-gpu-farm-1/events.out.tfevents.1684905853.str-gpu-farm-1.601523.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:172f41e101199b88e2b105d3046d368d3eba21b8ac78738e8ddc3b131ed5511f
|
3 |
+
size 5606
|
runs/May24_05-27-57_str-gpu-farm-1/1684906090.4786594/events.out.tfevents.1684906090.str-gpu-farm-1.626062.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0c87241590e204c0569b6627534a9019e49f1bdf97ae1ac57d5f0e17a82ac38
|
3 |
+
size 5988
|
runs/May24_05-27-57_str-gpu-farm-1/events.out.tfevents.1684906090.str-gpu-farm-1.626062.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2a821d5704c907df132263b0a136a2102ed0a92fdac1ccfbe948ca18727dff
|
3 |
+
size 5606
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fc7715659ef02634155b8591cebde86a2f55287f4964d132721cc7cbfdeb1a1
|
3 |
+
size 3963
|