harshit345 commited on
Commit
5079d81
1 Parent(s): c9419bf

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "<pad>", "do_lower_case": true, "word_delimiter_token": "|", "return_attention_mask": false, "do_normalize": true, "special_tokens_map_file": "special_tokens_map.json", "tokenizer_file": null, "name_or_path": "facebook/wav2vec2-large-lv60"}