s3prl/superb
Viewer • Updated • 304k • 1.67k • 33
How to use UniversalAlgorithmic/wav2vec2-base-ft-keyword-spotting with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="UniversalAlgorithmic/wav2vec2-base-ft-keyword-spotting") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("UniversalAlgorithmic/wav2vec2-base-ft-keyword-spotting")
model = AutoModelForAudioClassification.from_pretrained("UniversalAlgorithmic/wav2vec2-base-ft-keyword-spotting")This model is a fine-tuned version of facebook/wav2vec2-base 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.3624 | 1.0 | 267 | 1.1959 | 0.6546 |
| 0.3854 | 2.0 | 534 | 0.2675 | 0.9734 |
| 0.2473 | 3.0 | 801 | 0.1461 | 0.9768 |
| 0.1997 | 4.0 | 1068 | 0.1088 | 0.9804 |
| 0.1723 | 5.0 | 1335 | 0.0954 | 0.9826 |
| 0.1442 | 6.0 | 1602 | 0.0927 | 0.9813 |
| 0.1397 | 7.0 | 1869 | 0.0892 | 0.9812 |
| 0.1368 | 7.9728 | 2128 | 0.0896 | 0.9812 |
Base model
facebook/wav2vec2-base