legacy-datasets/common_voice
Updated • 949 • 147
How to use vkamoisi/wav2vec2-large-xls-r-300m-dutch-fast-colab with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vkamoisi/wav2vec2-large-xls-r-300m-dutch-fast-colab") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("vkamoisi/wav2vec2-large-xls-r-300m-dutch-fast-colab")
model = AutoModelForCTC.from_pretrained("vkamoisi/wav2vec2-large-xls-r-300m-dutch-fast-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 |
|---|---|---|---|---|
| 4.6588 | 0.82 | 200 | 2.9541 | 1.0 |
| 2.237 | 1.65 | 400 | 1.2580 | 0.8380 |
| 0.5734 | 2.47 | 600 | 0.7816 | 0.5792 |
Base model
facebook/wav2vec2-xls-r-300m