File size: 388 Bytes
39c923d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "feature_size": 80,
  "sampling_rate": 16000,
  "padding_value": 0.0,
  "padding_side": "right",
  "return_attention_mask": false,
  "feature_extractor_type": "WhisperFeatureExtractor",
  "n_samples": 480000,
  "nb_max_frames": 3000,
  "n_fft": 400,
  "hop_length": 160,
  "chunk_length": 30,
  "dither": 0.0,
  "sequence_length": 1000,
  "processor_class": "VoiceEmbedderProcessor"
}