s3prl/superb
Viewer • Updated • 304k • 1.48k • 33
How to use anton-l/sew-mid-100k-ft-keyword-spotting with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="anton-l/sew-mid-100k-ft-keyword-spotting") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("anton-l/sew-mid-100k-ft-keyword-spotting")
model = AutoModelForAudioClassification.from_pretrained("anton-l/sew-mid-100k-ft-keyword-spotting")This model is a fine-tuned version of asapp/sew-mid-100k 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 |
|---|---|---|---|---|
| 0.5999 | 1.0 | 399 | 0.2262 | 0.9635 |
| 0.4271 | 2.0 | 798 | 0.1230 | 0.9697 |
| 0.3778 | 3.0 | 1197 | 0.1052 | 0.9731 |
| 0.3227 | 4.0 | 1596 | 0.0975 | 0.9757 |
| 0.3081 | 5.0 | 1995 | 0.0962 | 0.9753 |