Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- wer
|
6 |
+
---
|
7 |
+
|
8 |
+
This is a fine tuning on the Whisper Tiny model for using it as a CMU Voice-To-Text model. No conversion is needed, the model outputs the ARPABET symbols space separated instead of plain english text. It was trained using a datasest with over 100 hours of meeting recordings of conversational english. It's intended to be used in chat voice recognition and to be a little less sensitive to ambient noise or distance from microphone.
|