s3prl/superb
Viewer • Updated • 304k • 1.79k • 33
How to use kclee111/wav2vec2-base-finetuned-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="kclee111/wav2vec2-base-finetuned-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("kclee111/wav2vec2-base-finetuned-ks")
model = AutoModelForAudioClassification.from_pretrained("kclee111/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 |
|---|---|---|---|---|
| 2.3937 | 1.0 | 400 | 0.5484 | 0.9560 |
| 0.94 | 2.0 | 800 | 0.1794 | 0.9762 |
| 0.8285 | 3.0 | 1200 | 0.1142 | 0.9803 |
| 0.6573 | 4.0 | 1600 | 0.0925 | 0.9829 |
| 0.612 | 4.9894 | 1995 | 0.0847 | 0.9831 |
Base model
facebook/wav2vec2-base