fix: support infer 2.1 models 兼容bug修复

This commit is contained in:
Sora
2023-12-13 10:19:24 +08:00
parent ce26468857
commit 79efeecdf6
8 changed files with 746 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
{
"do_normalize": true,
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"feature_size": 1,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}