doof-ferb/LSVSC
Viewer • Updated • 56.8k • 410 • 8
How to use thangtrungnguyen/vietnamese-voice-classification-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="thangtrungnguyen/vietnamese-voice-classification-model") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("thangtrungnguyen/vietnamese-voice-classification-model")
model = AutoModelForAudioClassification.from_pretrained("thangtrungnguyen/vietnamese-voice-classification-model")This model is a fine-tuned version of nguyenvulebinh/wav2vec2-base-vi on the LSVSC 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 | F1 |
|---|---|---|---|---|
| 0.501 | 0.9931 | 36 | 0.2733 | 0.9699 |
| 0.1647 | 1.9862 | 72 | 0.1368 | 0.9787 |
| 0.1045 | 2.9793 | 108 | 0.1080 | 0.9820 |
| 0.0903 | 4.0 | 145 | 0.0972 | 0.9836 |
| 0.1065 | 4.9655 | 180 | 0.0971 | 0.9831 |
Base model
nguyenvulebinh/wav2vec2-base-vi