s3prl/superb
Viewer • Updated • 304k • 1.79k • 33
How to use alirezafarashah/wav2vec2-base-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="alirezafarashah/wav2vec2-base-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("alirezafarashah/wav2vec2-base-ks")
model = AutoModelForAudioClassification.from_pretrained("alirezafarashah/wav2vec2-base-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 | Accuracy | Validation Loss |
|---|---|---|---|---|
| 0.8465 | 1.0 | 399 | 0.8179 | 0.7516 |
| 0.2962 | 2.0 | 798 | 0.9771 | 0.2077 |
| 0.1891 | 3.0 | 1197 | 0.9819 | 0.1195 |
| 0.19 | 4.0 | 1596 | 0.9825 | 0.0982 |
| 0.1685 | 5.0 | 1995 | 0.9825 | 0.0952 |