legacy-datasets/common_voice
Updated • 1.56k • 144
How to use LegolasTheElf/Wav2Vec2_xls_r_300m_hi_cv7 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="LegolasTheElf/Wav2Vec2_xls_r_300m_hi_cv7") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("LegolasTheElf/Wav2Vec2_xls_r_300m_hi_cv7")
model = AutoModelForCTC.from_pretrained("LegolasTheElf/Wav2Vec2_xls_r_300m_hi_cv7")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice 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 | Wer | Cer |
|---|---|---|---|---|---|
| 5.6969 | 9.52 | 400 | 3.3092 | 1.0 | 0.9800 |
| 1.7721 | 19.05 | 800 | 0.7769 | 0.7045 | 0.2367 |
| 0.6384 | 28.57 | 1200 | 0.6567 | 0.6273 | 0.2093 |