wav2vec2-ctc-chime4 / tokenizer_config.json
esc-bencher's picture
Add training scripts and weights
d644c71
raw
history blame contribute delete
348 Bytes
{
"bos_token": "<s>",
"do_lower_case": false,
"eos_token": "</s>",
"name_or_path": "patrickvonplaten/wav2vec2-ctc-chime-black-box-tokenizer",
"pad_token": "<pad>",
"replace_word_delimiter_char": " ",
"special_tokens_map_file": null,
"tokenizer_class": "Wav2Vec2CTCTokenizer",
"unk_token": "<unk>",
"word_delimiter_token": "|"
}