s3prl/superb
Viewer • Updated • 304k • 2.08k • 33
How to use NouRed/wav2vec2-finetuned-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="NouRed/wav2vec2-finetuned-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("NouRed/wav2vec2-finetuned-ks")
model = AutoModelForAudioClassification.from_pretrained("NouRed/wav2vec2-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.6718 | 1.0 | 399 | 0.5823 | 0.9316 |
| 0.4319 | 2.0 | 798 | 0.3208 | 0.9722 |
Base model
facebook/wav2vec2-base