whisper-sp-v1.0-ct2 / hf_model /preprocessor_config.json
nianlong's picture
Upload folder using huggingface_hub
da830d6 verified
raw
history blame
340 Bytes
{
"chunk_length": 10,
"feature_extractor_type": "WhisperFeatureExtractor",
"feature_size": 128,
"hop_length": 160,
"n_fft": 400,
"n_samples": 160000,
"nb_max_frames": 1000,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "WhisperProcessor",
"return_attention_mask": false,
"sampling_rate": 16000
}