voice-based-stress-recognition / feature_extractor_config.json
forwarder1121's picture
Upload feature_extractor_config.json with huggingface_hub
2fe204b verified
raw
history blame contribute delete
199 Bytes
{
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"sampling_rate": 16000,
"return_attention_mask": false,
"padding_side": "right",
"truncation_side": "right",
"feature_size": 512
}