s3prl/superb
Viewer • Updated • 304k • 875 • 32
How to use teoha/wav2vec2-base-finetuned-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="teoha/wav2vec2-base-finetuned-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("teoha/wav2vec2-base-finetuned-ks")
model = AutoModelForAudioClassification.from_pretrained("teoha/wav2vec2-base-finetuned-ks")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.5924 | 1.0 | 399 | 0.5081 | 0.9626 |
| 0.2989 | 2.0 | 798 | 0.1785 | 0.9762 |
| 0.1947 | 3.0 | 1197 | 0.1100 | 0.9806 |
| 0.1766 | 4.0 | 1596 | 0.0873 | 0.9835 |
| 0.1211 | 5.0 | 1995 | 0.0840 | 0.9835 |