legacy-datasets/common_voice
Updated • 949 • 147
How to use Jana1994/wav2vec2-large-xls-r-300m-jana-colab_2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Jana1994/wav2vec2-large-xls-r-300m-jana-colab_2") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("Jana1994/wav2vec2-large-xls-r-300m-jana-colab_2")
model = AutoModelForCTC.from_pretrained("Jana1994/wav2vec2-large-xls-r-300m-jana-colab_2", 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 |
|---|---|---|---|---|
| 5.5597 | 1.67 | 200 | 2.9421 | 1.0 |
| 2.78 | 3.33 | 400 | 1.9877 | 0.9990 |
| 1.1387 | 5.0 | 600 | 0.8550 | 0.7388 |
Base model
facebook/wav2vec2-xls-r-300m