nielsr HF staff fcakyon commited on
Commit
11f06e7
1 Parent(s): 3ab349b

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 (7c81fe059b3a25cb191cac83579528b4070b9e4c)


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,
@@ -372,6 +372,5 @@
372
  "patch_size": 16,
373
  "qkv_bias": true,
374
  "torch_dtype": "float32",
375
- "transformers_version": "4.23.0.dev0",
376
- "use_mean_pooling": false
377
  }
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,
372
  "patch_size": 16,
373
  "qkv_bias": true,
374
  "torch_dtype": "float32",
375
+ "transformers_version": "4.25.0.dev0"
 
376
  }
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:19de326faf75c932e1f7911a91fe58511b39a0742307fe4ce78014dfe02207aa
3
- size 487482319
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4992195ff13ebeea1d235c57807b1e1cedf7805f28724823797d839256d6305
3
+ size 487484401