billskar23
commited on
Commit
•
5ddc324
1
Parent(s):
43a2133
Training in progress, epoch 1
Browse files- config.json +39 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Sep25_12-48-10_hmudgx/events.out.tfevents.1727257696.hmudgx.3456868.0 +3 -0
- runs/Sep25_12-57-00_hmudgx/events.out.tfevents.1727258225.hmudgx.3469150.0 +3 -0
- runs/Sep25_13-00-48_hmudgx/events.out.tfevents.1727258453.hmudgx.3473493.0 +3 -0
- runs/Sep25_13-37-00_hmudgx/events.out.tfevents.1727260623.hmudgx.3514736.0 +3 -0
- runs/Sep25_13-46-53_hmudgx/events.out.tfevents.1727261216.hmudgx.3526348.0 +3 -0
- runs/Sep25_17-57-05_hmudgx/events.out.tfevents.1727276228.hmudgx.3805163.0 +3 -0
- runs/Sep25_18-09-12_hmudgx/events.out.tfevents.1727276956.hmudgx.3818678.0 +3 -0
- runs/Sep25_18-27-10_hmudgx/events.out.tfevents.1727278033.hmudgx.3839018.0 +3 -0
- runs/Sep26_10-08-02_hmudgx/events.out.tfevents.1727334487.hmudgx.564684.0 +3 -0
- runs/Sep26_10-11-10_hmudgx/events.out.tfevents.1727334675.hmudgx.568468.0 +3 -0
- runs/Sep26_10-23-56_hmudgx/events.out.tfevents.1727335439.hmudgx.583196.0 +3 -0
- runs/Sep26_10-26-43_hmudgx/events.out.tfevents.1727335605.hmudgx.586477.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": 0,
|
16 |
+
"1": 1
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"0": 0,
|
23 |
+
"1": 1
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-12,
|
26 |
+
"model_type": "videomae",
|
27 |
+
"norm_pix_loss": true,
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_channels": 3,
|
30 |
+
"num_frames": 16,
|
31 |
+
"num_hidden_layers": 12,
|
32 |
+
"patch_size": 16,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"qkv_bias": true,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.44.2",
|
37 |
+
"tubelet_size": 2,
|
38 |
+
"use_mean_pooling": false
|
39 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5212f58332211f99b06b9badaf4f744983589a59027d61a4f277feaf57fa13ba
|
3 |
+
size 344937368
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
runs/Sep25_12-48-10_hmudgx/events.out.tfevents.1727257696.hmudgx.3456868.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8d69688130e65d18339fc8fcf2e07897ab27e2f943b56e7356b6c9b44b77fa2
|
3 |
+
size 5129
|
runs/Sep25_12-57-00_hmudgx/events.out.tfevents.1727258225.hmudgx.3469150.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7dfb7bdb4cf25a8e81a6e667705cc2ea8cf13d6d8d186bdec095d4651bcd718
|
3 |
+
size 5129
|
runs/Sep25_13-00-48_hmudgx/events.out.tfevents.1727258453.hmudgx.3473493.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829538b4c19f6a7e4b333eb1e72c5be53b5b6160e0eb25da0063d8df59f98205
|
3 |
+
size 5129
|
runs/Sep25_13-37-00_hmudgx/events.out.tfevents.1727260623.hmudgx.3514736.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fc411e728e8a43e18fb8dadd626448b6b5039c8555411ee21be3a2dd0c5258b
|
3 |
+
size 5129
|
runs/Sep25_13-46-53_hmudgx/events.out.tfevents.1727261216.hmudgx.3526348.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbcad0308f03c7729f390af1a72ec371819b827631a30c663410894fca43feee
|
3 |
+
size 5129
|
runs/Sep25_17-57-05_hmudgx/events.out.tfevents.1727276228.hmudgx.3805163.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:655824cc53f702cd44fe162d19a283cc078ab30b5bd6c3932cc1a147460e30d7
|
3 |
+
size 5129
|
runs/Sep25_18-09-12_hmudgx/events.out.tfevents.1727276956.hmudgx.3818678.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f37d7200dd3d82fbce47d48c058f444d0ea543f7c8f7511d6cbb60953c5e02
|
3 |
+
size 5129
|
runs/Sep25_18-27-10_hmudgx/events.out.tfevents.1727278033.hmudgx.3839018.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1754fc8c86c22484d00634474d3605a259045669e0e0b47fa9a876521662f09f
|
3 |
+
size 5129
|
runs/Sep26_10-08-02_hmudgx/events.out.tfevents.1727334487.hmudgx.564684.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5622e20deabf5e80e7e48a1492be633795b963ce0648175167f643161e083a1
|
3 |
+
size 5129
|
runs/Sep26_10-11-10_hmudgx/events.out.tfevents.1727334675.hmudgx.568468.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d0a3ca70d34b8bbab6e957e573621ef4da8b04f3c5d4e4ca1f7c21c3775440
|
3 |
+
size 5129
|
runs/Sep26_10-23-56_hmudgx/events.out.tfevents.1727335439.hmudgx.583196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f576204d9c694e145c48c462844574e77b678a2abbec54ac4cb7059ba8b11c22
|
3 |
+
size 5336
|
runs/Sep26_10-26-43_hmudgx/events.out.tfevents.1727335605.hmudgx.586477.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60454ad0169c47ea59e1b16c9bec191f52b5f40f3c73fad1a302d23efaf3cd5b
|
3 |
+
size 6067
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49f7cbf40cb1b20386718e2f20f86f9e59b6d48148b67ff59bf3433d0f70269b
|
3 |
+
size 5176
|