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

Model: ocordeiro/w2v-bert-2.0-portuguese-colab-CV16.0
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 18:21:50 +08:00
commit 2215700b54
12 changed files with 302 additions and 0 deletions

11
preprocessor_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "Wav2Vec2BertProcessor",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}