Upload tokenizer_config.json

This commit is contained in:
luyongjian 2022-07-16 02:42:32 +00:00 committed by huggingface-web
parent dc4b5a73f0
commit 15a0a521e6
1 changed files with 13 additions and 0 deletions

13
tokenizer_config.json Normal file
View File

@ -0,0 +1,13 @@
{
"unk_token": "<unk>",
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"do_lower_case": false,
"word_delimiter_token": "|",
"replace_word_delimiter_char": " ",
"return_attention_mask": true,
"do_normalize": true,
"processor_class": "Wav2Vec2Processor",
"tokenizer_class": "Wav2Vec2CTCTokenizer"
}