s3prl/superb
Viewer • Updated • 304k • 934 • 34
How to use sampras343/wav2vec2-base-ft-keyword-spotting with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="sampras343/wav2vec2-base-ft-keyword-spotting") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("sampras343/wav2vec2-base-ft-keyword-spotting", device_map="auto")Configuration Parsing Warning:Invalid JSON for config file config.json
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 |
|---|---|---|---|---|
| 0.8972 | 1.0 | 399 | 0.7023 | 0.8174 |
| 0.3274 | 2.0 | 798 | 0.1634 | 0.9773 |
| 0.1993 | 3.0 | 1197 | 0.1048 | 0.9788 |
| 0.1777 | 4.0 | 1596 | 0.0824 | 0.9826 |
| 0.1527 | 5.0 | 1995 | 0.0812 | 0.9810 |