nielsr HF staff fcakyon commited on
Commit
4448334
1 Parent(s): c9e5c68

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

Browse files

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


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>

Files changed (3) hide show
  1. config.json +3 -4
  2. preprocessor_config.json +26 -0
  3. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "architectures": [
3
- "TimeSformerForVideoClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "attention_type": "divided_space_time",
7
- "drop_path_prob": 0,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
@@ -824,6 +824,5 @@
824
  "patch_size": 16,
825
  "qkv_bias": true,
826
  "torch_dtype": "float32",
827
- "transformers_version": "4.23.0.dev0",
828
- "use_mean_pooling": false
829
  }
1
  {
2
  "architectures": [
3
+ "TimesformerForVideoClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "attention_type": "divided_space_time",
7
+ "drop_path_rate": 0,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
824
  "patch_size": 16,
825
  "qkv_bias": true,
826
  "torch_dtype": "float32",
827
+ "transformers_version": "4.25.0.dev0"
 
828
  }
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.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": 224
25
+ }
26
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c80855daf018d253f5a1cf1dc31bb03f001041a52f97350de8d494c93b9e067
3
- size 488177551
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f57219e9892e2ff9a77b547766112cbccd2c134930500a634562fba9939437c
3
+ size 488179633