Unable to predict keywords
#1
by
sampras343
- opened
Hey,
I wanted to add some custom keywords for detection. Any easy way to do it or a retraining is required?
Hi @sampras343 ! Yes, the model needs to be trained on custom keywords. Here are some examples for finetuning a keyword spotting model: https://github.com/huggingface/transformers/tree/main/examples/pytorch/audio-classification
To clarify: it's just an audio classifier, no additional tricks there :)