speechbrain/common_language
Updated • 428 • 44
How to use slakumalla/wav2vec2-base-lang-id with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="slakumalla/wav2vec2-base-lang-id", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("slakumalla/wav2vec2-base-lang-id")
model = AutoModelForAudioClassification.from_pretrained("slakumalla/wav2vec2-base-lang-id", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-base on the common_language 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 |
|---|---|---|---|---|
| 45.8136 | 1.0 | 232 | 11.3684 | 0.0284 |
| 45.4635 | 2.0 | 464 | 11.3664 | 0.0284 |
| 34.2305 | 3.0 | 696 | 11.3563 | 0.0284 |
Base model
facebook/wav2vec2-base