braingel commited on
Commit
b4e812a
·
verified ·
1 Parent(s): b321433

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
3
+ "vocab_size": 32,
4
+ "pad_token_id": 0,
5
+ "bos_token_id": 1,
6
+ "eos_token_id": 2
7
+ }