christw16 commited on
Commit
2b35764
1 Parent(s): 0af20b4

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -12
tokenizer_config.json CHANGED
@@ -1,12 +1 @@
1
- {
2
- "bos_token": "<s>",
3
- "do_lower_case": false,
4
- "eos_token": "</s>",
5
- "model_max_length": 1000000000000000019884624838656,
6
- "pad_token": "[PAD]",
7
- "replace_word_delimiter_char": " ",
8
- "special_tokens_map_file": null,
9
- "tokenizer_class": "Wav2Vec2CTCTokenizer",
10
- "unk_token": "[UNK]",
11
- "word_delimiter_token": "|"
12
- }
 
1
+ {"bos_token": "<s>", "do_lower_case": false, "eos_token": "</s>", "model_max_length": 1000000000000000019884624838656, "pad_token": "[PAD]", "replace_word_delimiter_char": " ", "special_tokens_map_file": null, "tokenizer_class": "Wav2Vec2CTCTokenizer", "unk_token": "[UNK]", "word_delimiter_token": "|"}