Upload optimized ONNX model

#4
by Xenova HF Staff - opened
Files changed (1) hide show
  1. processor_config.json +1 -5
processor_config.json CHANGED
@@ -1,14 +1,10 @@
1
  {
2
- "n_mels": 8,
3
- "n_fft": 512,
4
- "win_length": 400,
5
- "hop_length": 160,
6
  "audio_processor": {
7
  "feature_extractor_type": "GraniteSpeechFeatureExtractor",
8
  "melspec_kwargs": {
9
  "hop_length": 160,
10
  "n_fft": 512,
11
- "n_mels": 8,
12
  "sample_rate": 16000,
13
  "win_length": 400
14
  },
 
1
  {
 
 
 
 
2
  "audio_processor": {
3
  "feature_extractor_type": "GraniteSpeechFeatureExtractor",
4
  "melspec_kwargs": {
5
  "hop_length": 160,
6
  "n_fft": 512,
7
+ "n_mels": 80,
8
  "sample_rate": 16000,
9
  "win_length": 400
10
  },