Elaine Mary Rose
commited on
Commit
•
eef5f24
1
Parent(s):
2c4f851
Add tokeniser class
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -6,5 +6,6 @@
|
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000,
|
9 |
-
"processor_class": Wav2Vec2Processor
|
|
|
10 |
}
|
|
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000,
|
9 |
+
"processor_class": "Wav2Vec2Processor",
|
10 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
11 |
}
|