s3prl/superb
Viewer • Updated • 304k • 1.44k • 33
How to use Jungwoo4021/wav2vec2-base-ks-padpt400 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Jungwoo4021/wav2vec2-base-ks-padpt400") # Load model directly
from transformers import AutoProcessor, AutoModelForSequenceClassification
processor = AutoProcessor.from_pretrained("Jungwoo4021/wav2vec2-base-ks-padpt400")
model = AutoModelForSequenceClassification.from_pretrained("Jungwoo4021/wav2vec2-base-ks-padpt400")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 |
|---|---|---|---|---|
| 1.2948 | 1.0 | 50 | 1.6527 | 0.6108 |
| 0.8861 | 2.0 | 100 | 1.2653 | 0.6130 |
| 0.7809 | 3.0 | 150 | 1.2615 | 0.5924 |
| 0.7364 | 4.0 | 200 | 1.2218 | 0.6343 |
| 0.6944 | 5.0 | 250 | 1.2137 | 0.6324 |
| 0.6817 | 6.0 | 300 | 1.2822 | 0.5930 |
| 0.6601 | 7.0 | 350 | 1.3292 | 0.5599 |
| 0.6464 | 8.0 | 400 | 1.2744 | 0.5869 |
| 0.653 | 9.0 | 450 | 1.3916 | 0.5272 |
| 0.633 | 10.0 | 500 | 1.3344 | 0.5606 |