wav2vec2-xls-r-300m-en-atc-atcosim / tokenizer_config.json
Jzuluaga's picture
updating the repo with the fine-tuned model
a6940a5
{
"bos_token": "<s>",
"do_lower_case": false,
"eos_token": "</s>",
"pad_token": "[PAD]",
"processor_class": "Wav2Vec2ProcessorWithLM",
"replace_word_delimiter_char": " ",
"tokenizer_class": "Wav2Vec2CTCTokenizer",
"unk_token": "[UNK]",
"word_delimiter_token": "|"
}