s3prl/superb
Viewer • Updated • 304k • 1.62k • 33
How to use Jungwoo4021/wav2vec2-base-ks-linear_lrX1000 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Jungwoo4021/wav2vec2-base-ks-linear_lrX1000") # Load model directly
from transformers import AutoProcessor, AutoModelForSequenceClassification
processor = AutoProcessor.from_pretrained("Jungwoo4021/wav2vec2-base-ks-linear_lrX1000")
model = AutoModelForSequenceClassification.from_pretrained("Jungwoo4021/wav2vec2-base-ks-linear_lrX1000")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.7558 | 1.0 | 50 | 1.0584 | 0.6462 |
| 0.5971 | 2.0 | 100 | 0.7816 | 0.7510 |
| 0.5382 | 3.0 | 150 | 0.7870 | 0.7520 |
| 0.5045 | 4.0 | 200 | 0.6647 | 0.7880 |
| 0.4717 | 5.0 | 250 | 1.1572 | 0.6053 |
| 0.4651 | 6.0 | 300 | 0.6387 | 0.7945 |
| 0.4205 | 7.0 | 350 | 0.5661 | 0.8325 |
| 0.4423 | 8.0 | 400 | 0.7100 | 0.7846 |
| 0.426 | 9.0 | 450 | 0.7054 | 0.7829 |
| 0.4067 | 10.0 | 500 | 0.6288 | 0.8114 |