manaestras commited on
Commit
7fe1eae
·
verified ·
1 Parent(s): 3aa00f1

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -11
preprocessor_config.json CHANGED
@@ -1,17 +1,10 @@
1
  {
2
- "adaptor_patch_size": 2,
3
- "max_image_size": 2048,
4
- "hidden_size": 1152,
5
- "num_hidden_layers": 27,
6
- "min_image_size": 512,
7
  "min_pixels": 262144,
8
  "max_pixels": 4194304,
9
- "sampling_fps": 0.5,
10
- "max_frames": 100,
11
- "video_compress": true,
12
- "pad_seq_len": 32768,
13
- "use_xrope": true,
14
- "xdrope_section": [0.25, 0.25, 0.25, 0.25],
15
  "image_mean": [
16
  0.48145466,
17
  0.4578275,
 
1
  {
 
 
 
 
 
2
  "min_pixels": 262144,
3
  "max_pixels": 4194304,
4
+ "patch_size": 16,
5
+ "resample": 1,
6
+ "temporal_patch_size": 1,
7
+ "merge_size": 2,
 
 
8
  "image_mean": [
9
  0.48145466,
10
  0.4578275,