fractalego commited on
Commit
6df677b
1 Parent(s): 67c7b95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
- #Personal speech to text model
 
2
 
3
  Speech to Text models often do not understand my accent, so I fine tuned this one from "openai/whisper-small.en" using about 1000 recordings of my voice, comprising of about 2h of recordings. The system goes from ~10% WER to 6% WER. A larger model would perform better but I need speed.
4
 
 
1
+ Personal speech to text model
2
+ -----------------------------
3
 
4
  Speech to Text models often do not understand my accent, so I fine tuned this one from "openai/whisper-small.en" using about 1000 recordings of my voice, comprising of about 2h of recordings. The system goes from ~10% WER to 6% WER. A larger model would perform better but I need speed.
5