Create tokenizer_config.json (#3)
Browse files- Create tokenizer_config.json (b4e812aff7d8f0715e6c529fdca0a9f8d0cd0b2d)
Co-authored-by: A N <[email protected]>
- 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 |
+
}
|