File size: 487 Bytes
35b5a66
c820420
 
 
 
35b5a66
 
 
 
 
7608a81
35b5a66
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "n_mels": 8,
  "n_fft": 512,
  "win_length": 400,
  "hop_length": 160,
  "audio_processor": {
    "feature_extractor_type": "GraniteSpeechFeatureExtractor",
    "melspec_kwargs": {
      "hop_length": 160,
      "n_fft": 512,
      "n_mels": 8,
      "sample_rate": 16000,
      "win_length": 400
    },
    "projector_downsample_rate": 5,
    "projector_window_size": 15,
    "sampling_rate": 16000
  },
  "audio_token": "<|audio|>",
  "processor_class": "GraniteSpeechProcessor"
}