wav2vec2-large-asr-th-4-gram / tokenizer_config.json
DylanonWic's picture
Upload 15 files
3a2f4d6
raw
history blame
538 Bytes
{
"bos_token": "<s>",
"do_lower_case": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"num_proc": 2,
"pad_token": "[PAD]",
"processor_class": "Wav2Vec2ProcessorWithLM",
"replace_word_delimiter_char": " ",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--airesearch--wav2vec2-large-xlsr-53-th/snapshots/3155938c549b23eee16b1d4b55dcb161b7fe4bcf/special_tokens_map.json",
"tokenizer_class": "Wav2Vec2CTCTokenizer",
"unk_token": "[UNK]",
"word_delimiter_token": "|"
}