legacy-datasets/common_voice
Updated • 974 • 147
How to use vioannidis/wav2vec2-large-xls-r-300m-dutch-colab with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vioannidis/wav2vec2-large-xls-r-300m-dutch-colab") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("vioannidis/wav2vec2-large-xls-r-300m-dutch-colab")
model = AutoModelForCTC.from_pretrained("vioannidis/wav2vec2-large-xls-r-300m-dutch-colab", device_map="auto")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 |
|---|---|---|---|---|
| 3.9298 | 1.15 | 400 | 1.4816 | 0.9225 |
| 0.7279 | 2.31 | 800 | 0.5842 | 0.4722 |
Base model
facebook/wav2vec2-xls-r-300m