s3prl/superb
Viewer • Updated • 304k • 2.08k • 33
How to use alirezafarashah/wav2vec2-base-ks-2sec with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="alirezafarashah/wav2vec2-base-ks-2sec") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("alirezafarashah/wav2vec2-base-ks-2sec")
model = AutoModelForAudioClassification.from_pretrained("alirezafarashah/wav2vec2-base-ks-2sec")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 | Accuracy | Validation Loss |
|---|---|---|---|---|
| 0.5003 | 1.0 | 399 | 0.9643 | 0.4284 |
| 0.1868 | 2.0 | 798 | 0.9748 | 0.1628 |
| 0.1413 | 3.0 | 1197 | 0.9796 | 0.1128 |
| 0.1021 | 4.0 | 1596 | 0.9813 | 0.0940 |
| 0.1089 | 5.0 | 1995 | 0.0880 | 0.9822 |