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

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +24 -24
preprocessor_config.json CHANGED
@@ -1,26 +1,26 @@
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
  }
 
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
  }