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

Model: IbrahimAmin/egyptian-arabic-wav2vec2-xlsr-53
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-08 11:40:38 +08:00
commit 3470c2e74a
10 changed files with 476 additions and 0 deletions

48
tokenizer_config.json Normal file
View File

@@ -0,0 +1,48 @@
{
"added_tokens_decoder": {
"39": {
"content": "[UNK]",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": false
},
"40": {
"content": "[PAD]",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": false
},
"41": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"42": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"processor_class": "Wav2Vec2Processor",
"replace_word_delimiter_char": " ",
"target_lang": null,
"tokenizer_class": "Wav2Vec2CTCTokenizer",
"unk_token": "[UNK]",
"word_delimiter_token": "|"
}