Files
wav2vec2-BERT-cantonese/preprocessor_config.json

11 lines
231 B
JSON
Raw Normal View History

{
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}