s3prl/superb
Viewer • Updated • 304k • 2.09k • 33
How to use Hnin/wav2vec2-base-finetuned-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Hnin/wav2vec2-base-finetuned-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Hnin/wav2vec2-base-finetuned-ks")
model = AutoModelForAudioClassification.from_pretrained("Hnin/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.6403 | 1.0 | 400 | 0.6115 | 0.8597 |
| 0.2764 | 2.0 | 800 | 0.1926 | 0.9773 |
| 0.2263 | 3.0 | 1200 | 0.1171 | 0.9810 |
| 0.1638 | 4.0 | 1600 | 0.0977 | 0.9822 |
| 0.1313 | 5.0 | 2000 | 0.0909 | 0.9822 |
Base model
facebook/wav2vec2-base