update weight and config to reflect latest changes from the pr (#1)

- update weight and config to reflect latest changes from the pr (4be000e6aef4a3488666ca88c2ab1a6714c69c07)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-02 08:13:34 +00:00 committed by system
parent bf54d3d455
commit 72d580cae9
3 changed files with 31 additions and 6 deletions

View File

@ -1,10 +1,10 @@
{
"architectures": [
"TimeSformerForVideoClassification"
"TimesformerForVideoClassification"
],
"attention_probs_dropout_prob": 0.0,
"attention_type": "divided_space_time",
"drop_path_prob": 0,
"drop_path_rate": 0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
@ -824,6 +824,5 @@
"patch_size": 16,
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.23.0.dev0",
"use_mean_pooling": false
"transformers_version": "4.25.0.dev0"
}

26
preprocessor_config.json Normal file
View File

@ -0,0 +1,26 @@
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "VideoMAEImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 224
}
}

BIN
pytorch_model.bin (Stored with Git LFS)

Binary file not shown.