s3prl/superb
Viewer • Updated • 304k • 1.43k • 33
How to use anton-l/hubert-base-ft-keyword-spotting with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="anton-l/hubert-base-ft-keyword-spotting") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("anton-l/hubert-base-ft-keyword-spotting")
model = AutoModelForAudioClassification.from_pretrained("anton-l/hubert-base-ft-keyword-spotting")This model is a fine-tuned version of facebook/hubert-base-ls960 on the superb dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 1.0422 | 1.0 | 399 | 0.8999 | 0.6918 |
| 0.3296 | 2.0 | 798 | 0.1505 | 0.9778 |
| 0.2088 | 3.0 | 1197 | 0.0901 | 0.9816 |
| 0.202 | 4.0 | 1596 | 0.0848 | 0.9813 |
| 0.1535 | 5.0 | 1995 | 0.0774 | 0.9819 |