Remix.run Logo
jeffbee 8 hours ago

I am not sure if "Word Error Rate" captures what has always been wrong with transcription. My biggest complaint is that it inserts sentence breaks in random places, then fails to evaluate the result, even though it is obviously wrong. Then I have to go fix it which can be harder than having just typed it myself, due to the difficulty of positioning the Android cursor, the fact that it automatically capitalizes if you delete a capital letter, etc. And much of the time I fail to notice the errors until later.

verdverm 8 hours ago | parent [-]

have another model do a pass to clean it up, saw a demo of local STT where someone did this, can fix a lot of things, especially with gotchas for the STT model in a clean-transcript.md

coder543 7 hours ago | parent | next [-]

I haven't tried it, but this looked promising for that exact task: https://huggingface.co/superwhisper/s1-mini

jeffbee 7 hours ago | parent | prev [-]

I think the model can even evaluate itself. If it looks afterward at an output like "do you. Want to get lunch?" in the absence of affirmative evidence that the user wanted it that way, it should be able to see that it goofed.