s3prl/superb
Viewer • Updated • 304k • 1.52k • 33
How to use anderloh/testV4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="anderloh/testV4") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("anderloh/testV4")
model = AutoModelForAudioClassification.from_pretrained("anderloh/testV4")This model is a fine-tuned version of anderloh/Hugginhface-master-wav2vec-pretreined-5-class-train-test 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 |
|---|---|---|---|---|
| 2.3236 | 1.0 | 100 | 1.9986 | 0.6209 |
| 1.6222 | 2.0 | 200 | 1.5412 | 0.6209 |
| 1.4879 | 3.0 | 300 | 1.5255 | 0.6209 |
| 1.4797 | 4.0 | 400 | 1.5182 | 0.6209 |
| 1.4761 | 5.0 | 500 | 1.5151 | 0.6209 |