thegigasurgeon
commited on
Commit
•
a436bd7
1
Parent(s):
e495e88
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +39 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/May19_00-16-05_str-3090-2/1684435574.5613658/events.out.tfevents.1684435574.str-3090-2 +3 -0
- runs/May19_00-16-05_str-3090-2/events.out.tfevents.1684435574.str-3090-2 +3 -0
- runs/May19_00-16-59_str-3090-2/1684435625.7768848/events.out.tfevents.1684435625.str-3090-2 +3 -0
- runs/May19_00-16-59_str-3090-2/events.out.tfevents.1684435625.str-3090-2 +3 -0
- runs/May19_00-17-25_str-3090-2/1684435652.1993425/events.out.tfevents.1684435652.str-3090-2 +3 -0
- runs/May19_00-17-25_str-3090-2/events.out.tfevents.1684435652.str-3090-2 +3 -0
- runs/May19_00-20-31_str-3090-2/1684435837.7975514/events.out.tfevents.1684435837.str-3090-2 +3 -0
- runs/May19_00-20-31_str-3090-2/events.out.tfevents.1684435837.str-3090-2 +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": 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,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"feature_extractor_type": "VideoMAEFeatureExtractor",
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 224
|
26 |
+
}
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcf142fa50a6aa2921969df88eccfab00a5cfcbc56a1ffc7465b1d919d0af79e
|
3 |
+
size 1215577733
|
runs/May19_00-16-05_str-3090-2/1684435574.5613658/events.out.tfevents.1684435574.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1543d405a4a92913940fde9618f7a3dd1ae59beb58cf0dadd8662f9957a51147
|
3 |
+
size 5680
|
runs/May19_00-16-05_str-3090-2/events.out.tfevents.1684435574.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a808a4deb8cffc1fcf9b9218f85196c02497136724470c1bf81814f42de325f
|
3 |
+
size 4314
|
runs/May19_00-16-59_str-3090-2/1684435625.7768848/events.out.tfevents.1684435625.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae43ebf31b7111f4b15eec0894b2e17b6de129aea7ee75782071ce751b24825
|
3 |
+
size 5680
|
runs/May19_00-16-59_str-3090-2/events.out.tfevents.1684435625.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd8c74485a75a91d4726755bc284442c9da15c5817172552d53731cb9c14da8e
|
3 |
+
size 4314
|
runs/May19_00-17-25_str-3090-2/1684435652.1993425/events.out.tfevents.1684435652.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27a5f48af4100062b6eb3f8b9a5f4a731436aa04e4c81f0d779bc2ee394a01db
|
3 |
+
size 5680
|
runs/May19_00-17-25_str-3090-2/events.out.tfevents.1684435652.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59bdfe91585e860a1e2a2bf4d06d354e22fe49762df6fbe0844884724d018bb6
|
3 |
+
size 5547
|
runs/May19_00-20-31_str-3090-2/1684435837.7975514/events.out.tfevents.1684435837.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d539789301195ea9a371ce71192303ea391591c611d10a02374632f2cdbd243
|
3 |
+
size 5680
|
runs/May19_00-20-31_str-3090-2/events.out.tfevents.1684435837.str-3090-2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cafb72dc8f2582e80b70862e58beeadc2692c1c263293fbd4085eabeb2ada8a
|
3 |
+
size 11039
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64fabdbec7d348b30badb363d12edbee68c3f3674415eaf1fb641ebe3dc6ba4c
|
3 |
+
size 3963
|