|
|
|
|
|
by GavCo
439 days ago
|
|
I was wondering the same and found these related papers: https://arxiv.org/pdf/2309.08561
https://arxiv.org/pdf/2406.02649 I haven't really dug in yet but from a quick skim, it looks promising. They show a big improvement over Whisper on a medical dataset (F1 increased from 80.5% to 96.58%). The inference time for the keyword detection is about 10ms. If it scales linearly with additional keywords you could potentially scale to hundreds or thousands of keywords but it really depends on how sensitive you are to latency. For real-time with large vocabularies my guess is you might still want to fine-tune. |
|