Commit
·
3b95474
1
Parent(s):
33d68d7
Upload tiny models for VideoMAEModel
Browse files- config.json +29 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"VideoMAEModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"decoder_hidden_size": 384,
|
| 7 |
+
"decoder_intermediate_size": 1536,
|
| 8 |
+
"decoder_num_attention_heads": 6,
|
| 9 |
+
"decoder_num_hidden_layers": 4,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 32,
|
| 13 |
+
"image_size": 10,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 37,
|
| 16 |
+
"layer_norm_eps": 1e-12,
|
| 17 |
+
"model_type": "videomae",
|
| 18 |
+
"norm_pix_loss": true,
|
| 19 |
+
"num_attention_heads": 4,
|
| 20 |
+
"num_channels": 3,
|
| 21 |
+
"num_frames": 2,
|
| 22 |
+
"num_hidden_layers": 5,
|
| 23 |
+
"patch_size": 2,
|
| 24 |
+
"qkv_bias": true,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.28.0.dev0",
|
| 27 |
+
"tubelet_size": 2,
|
| 28 |
+
"use_mean_pooling": true
|
| 29 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 10,
|
| 4 |
+
"width": 10
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": true,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"do_rescale": true,
|
| 9 |
+
"do_resize": true,
|
| 10 |
+
"image_mean": [
|
| 11 |
+
0.5,
|
| 12 |
+
0.5,
|
| 13 |
+
0.5
|
| 14 |
+
],
|
| 15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
| 16 |
+
"image_std": [
|
| 17 |
+
0.5,
|
| 18 |
+
0.5,
|
| 19 |
+
0.5
|
| 20 |
+
],
|
| 21 |
+
"resample": 2,
|
| 22 |
+
"rescale_factor": 0.00392156862745098,
|
| 23 |
+
"size": {
|
| 24 |
+
"shortest_edge": 10
|
| 25 |
+
}
|
| 26 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b18c4b6f06e75964c7ebead1cfac36c1b0b645c1147e7f89376c72ac9548bc1
|
| 3 |
+
size 162584
|