legacy-datasets/common_voice
Updated • 1.7k • 147
How to use emre/wav2vec2-xls-r-300m-W2V2-XLSR-300M-YAKUT-SMALL with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="emre/wav2vec2-xls-r-300m-W2V2-XLSR-300M-YAKUT-SMALL") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("emre/wav2vec2-xls-r-300m-W2V2-XLSR-300M-YAKUT-SMALL")
model = AutoModelForCTC.from_pretrained("emre/wav2vec2-xls-r-300m-W2V2-XLSR-300M-YAKUT-SMALL", 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.6926 | 19.05 | 400 | 2.7538 | 1.0 |
| 0.7031 | 38.1 | 800 | 0.9068 | 0.7900 |