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

- update weight and config to reflect latest changes from the pr (375ef8ae87b846eb70cbf40c16df28a9eb019be7)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-02 08:14:05 +00:00 committed by system
parent 640b063dad
commit 3da1913755
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,
@ -1224,6 +1224,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.