End of training
Browse files- .gitignore +1 -0
- config.json +1 -2
- preprocessor_config.json +1 -16
- pytorch_model.bin +3 -0
- training_args.bin +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -30,10 +30,9 @@
|
|
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.
|
37 |
"tubelet_size": 2,
|
38 |
"use_mean_pooling": false
|
39 |
}
|
|
|
30 |
"num_frames": 16,
|
31 |
"num_hidden_layers": 12,
|
32 |
"patch_size": 16,
|
|
|
33 |
"qkv_bias": true,
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.27.4",
|
36 |
"tubelet_size": 2,
|
37 |
"use_mean_pooling": false
|
38 |
}
|
preprocessor_config.json
CHANGED
@@ -1,20 +1,4 @@
|
|
1 |
{
|
2 |
-
"_valid_processor_keys": [
|
3 |
-
"videos",
|
4 |
-
"do_resize",
|
5 |
-
"size",
|
6 |
-
"resample",
|
7 |
-
"do_center_crop",
|
8 |
-
"crop_size",
|
9 |
-
"do_rescale",
|
10 |
-
"rescale_factor",
|
11 |
-
"do_normalize",
|
12 |
-
"image_mean",
|
13 |
-
"image_std",
|
14 |
-
"return_tensors",
|
15 |
-
"data_format",
|
16 |
-
"input_data_format"
|
17 |
-
],
|
18 |
"crop_size": {
|
19 |
"height": 224,
|
20 |
"width": 224
|
@@ -23,6 +7,7 @@
|
|
23 |
"do_normalize": true,
|
24 |
"do_rescale": true,
|
25 |
"do_resize": true,
|
|
|
26 |
"image_mean": [
|
27 |
0.485,
|
28 |
0.456,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"crop_size": {
|
3 |
"height": 224,
|
4 |
"width": 224
|
|
|
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,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84de22d1bdff7ac1f9fbd0fd9065f3badcae0f790880e3f40deaf7df26b8c416
|
3 |
+
size 344977229
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f886bb463a086d535d055c5b52fda838004bbe94c473629f7b1b89048b30e63c
|
3 |
+
size 3631
|