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:
parent
640b063dad
commit
3da1913755
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"TimeSformerForVideoClassification"
|
"TimesformerForVideoClassification"
|
||||||
],
|
],
|
||||||
"attention_probs_dropout_prob": 0.0,
|
"attention_probs_dropout_prob": 0.0,
|
||||||
"attention_type": "divided_space_time",
|
"attention_type": "divided_space_time",
|
||||||
"drop_path_prob": 0,
|
"drop_path_rate": 0,
|
||||||
"hidden_act": "gelu",
|
"hidden_act": "gelu",
|
||||||
"hidden_dropout_prob": 0.0,
|
"hidden_dropout_prob": 0.0,
|
||||||
"hidden_size": 768,
|
"hidden_size": 768,
|
||||||
|
@ -1224,6 +1224,5 @@
|
||||||
"patch_size": 16,
|
"patch_size": 16,
|
||||||
"qkv_bias": true,
|
"qkv_bias": true,
|
||||||
"torch_dtype": "float32",
|
"torch_dtype": "float32",
|
||||||
"transformers_version": "4.23.0.dev0",
|
"transformers_version": "4.25.0.dev0"
|
||||||
"use_mean_pooling": false
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
BIN
pytorch_model.bin (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue