Upload folder using huggingface_hub
Browse files- config.json +46 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"VideoMAEv2ForVideoClassification"
|
| 5 |
+
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "OpenGVLab/VideoMAEv2-Base--modeling_config.VideoMAEv2Config",
|
| 8 |
+
"AutoModel": "OpenGVLab/VideoMAEv2-Base--modeling_videomaev2.VideoMAEv2"
|
| 9 |
+
},
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "LABEL_0"
|
| 13 |
+
},
|
| 14 |
+
"label2id": {
|
| 15 |
+
"LABEL_0": 0
|
| 16 |
+
},
|
| 17 |
+
"model_config": {
|
| 18 |
+
"attn_drop_rate": 0.0,
|
| 19 |
+
"cos_attn": false,
|
| 20 |
+
"depth": 12,
|
| 21 |
+
"drop_path_rate": 0.0,
|
| 22 |
+
"drop_rate": 0.0,
|
| 23 |
+
"embed_dim": 768,
|
| 24 |
+
"img_size": 224,
|
| 25 |
+
"in_chans": 3,
|
| 26 |
+
"init_values": 0.0,
|
| 27 |
+
"layer_norm_eps": 1e-06,
|
| 28 |
+
"mlp_ratio": 4,
|
| 29 |
+
"norm_layer": "nn.LayerNorm",
|
| 30 |
+
"num_classes": 0,
|
| 31 |
+
"num_frames": 16,
|
| 32 |
+
"num_heads": 12,
|
| 33 |
+
"patch_size": 16,
|
| 34 |
+
"qk_scale": null,
|
| 35 |
+
"qkv_bias": true,
|
| 36 |
+
"tubelet_size": 2,
|
| 37 |
+
"use_learnable_pos_emb": false,
|
| 38 |
+
"use_mean_pooling": true,
|
| 39 |
+
"with_cp": false
|
| 40 |
+
},
|
| 41 |
+
"model_type": "VideoMAEv2_Base",
|
| 42 |
+
"problem_type": "regression",
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.49.0",
|
| 45 |
+
"use_cache": true
|
| 46 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3fc1b48a272d0d0588fdddc53006597678a38871a3057e63d74e6323ea42019
|
| 3 |
+
size 344935928
|
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 |
+
}
|