Zineng Tang commited on
Commit
ad158c9
1 Parent(s): d66be47

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +25 -12
preprocessor_config.json CHANGED
@@ -1,13 +1,26 @@
1
- {
2
- "_processor_class": null,
3
- "do_resize": true,
4
- "size": {"shortest_edge": 224},
5
- "do_center_crop": true,
6
- "crop_size": {"height": 224, "width": 224},
7
- "resample": 2,
8
- "do_rescale": true,
9
- "rescale_factor": 0.00392156862745098,
10
- "do_normalize": true,
11
- "image_mean": [0.5, 0.5, 0.5],
12
- "image_std": [0.5, 0.5, 0.5]
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
 
1
+ {
2
+ "do_resize": true,
3
+ "size": {"shortest_edge": 224},
4
+ "do_center_crop": true,
5
+ "crop_size": {"height": 224, "width": 224},
6
+ "resample": 2,
7
+ "do_rescale": true,
8
+ "rescale_factor": 0.00392156862745098,
9
+ "do_normalize": true,
10
+ "image_mean": [0.5, 0.5, 0.5],
11
+ "image_std": [0.5, 0.5, 0.5]
12
+ "feature_size": 128,
13
+ "sampling_rate": 44100,
14
+ "padding_value": 0.0,
15
+ "padding_side": "right",
16
+ "return_attention_mask": false,
17
+ "audio_size": 1024,
18
+ "num_channels": 1,
19
+ "audio_patch_size": [16, 16],
20
+ "freq_len": 8,
21
+ "n_fft": 2048,
22
+ "hop_length": 512,
23
+ "chunk_length": 30,
24
+ "n_samples": 1323000,
25
+ "nb_max_frames": 2583
26
  }