初始化项目,由ModelHub XC社区提供模型

Model: Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-uwb-atcc-and-atcosim
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-20 23:12:50 +08:00
commit a50bbbb476
20 changed files with 22159 additions and 0 deletions

10
preprocessor_config.json Normal file
View File

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