zecanard commited on
Commit
9dee71e
·
verified ·
1 Parent(s): ded11f1

Fixing "UserWarning: At least one mel filter has all zero values."

Browse files
Files changed (1) hide show
  1. processor_config.json +1 -0
processor_config.json CHANGED
@@ -33,6 +33,7 @@
33
  "feature_extractor_type": "Gemma4AudioFeatureExtractor",
34
  "sampling_rate": 16000,
35
  "num_mel_filters": 128,
 
36
  "fft_length": 512,
37
  "hop_length": 160,
38
  "chunk_duration": 8.0,
 
33
  "feature_extractor_type": "Gemma4AudioFeatureExtractor",
34
  "sampling_rate": 16000,
35
  "num_mel_filters": 128,
36
+ "fft_overdrive": true,
37
  "fft_length": 512,
38
  "hop_length": 160,
39
  "chunk_duration": 8.0,