wav2vec2-arabic-ctc / tokenizer_config.json
Haitam03's picture
Upload custom Arabic Wav2Vec2 + BiLSTM model
1d33e42 verified
{
"added_tokens_decoder": {
"68": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"69": {
"content": "[PAD]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"71": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"72": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"do_phonemize": false,
"eos_token": "</s>",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"phone_delimiter_token": " ",
"phonemizer_backend": "espeak",
"phonemizer_lang": "en-us",
"processor_class": "Wav2Vec2Processor",
"tokenizer_class": "Wav2Vec2PhonemeCTCTokenizer",
"unk_token": "[UNK]",
"word_delimiter_token": null
}