dg845 commited on
Commit
6af33eb
·
1 Parent(s): f3e8578

Delete preprocessor_config.json

Browse files

Remove old feature extractor config (feature extractor has been updated).

Files changed (1) hide show
  1. preprocessor_config.json +0 -26
preprocessor_config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "center": false,
3
- "compression_clip_val": 1e-05,
4
- "compression_factor": 1.0,
5
- "do_normalize": false,
6
- "feature_extractor_type": "UnivNetFeatureExtractor",
7
- "feature_size": 1,
8
- "filter_length": 1024,
9
- "fmax": 12000.0,
10
- "fmin": 0.0,
11
- "frame_signal_scale": 1.0,
12
- "hop_length": 256,
13
- "max_length_s": 10,
14
- "mel_floor": 1e-09,
15
- "normalize_max": 2.3143386840820312,
16
- "normalize_min": -11.512925148010254,
17
- "num_max_samples": 240000,
18
- "num_mel_bins": 100,
19
- "padding_side": "right",
20
- "padding_value": 0.0,
21
- "reduction_factor": 2,
22
- "return_attention_mask": true,
23
- "sampling_rate": 24000,
24
- "win_function": "hann_window",
25
- "win_length": 1024
26
- }