How to use speechbrain/google_speech_command_xvector with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "speechbrain/google_speech_command_xvector" ) model.classify_file("file.wav")
The community tab is the place to discuss and collaborate with the HF community!