legacy-datasets/common_voice
Updated • 949 • 147
How to use menhior/wav2vec2-large-xls-r-300m-turkish-colab-main with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="menhior/wav2vec2-large-xls-r-300m-turkish-colab-main") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("menhior/wav2vec2-large-xls-r-300m-turkish-colab-main")
model = AutoModelForCTC.from_pretrained("menhior/wav2vec2-large-xls-r-300m-turkish-colab-main", 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.822 | 3.67 | 400 | 0.6508 | 0.6687 |
| 0.399 | 7.34 | 800 | 0.4276 | 0.4480 |
| 0.1905 | 11.01 | 1200 | 0.3999 | 0.4225 |
| 0.1249 | 14.68 | 1600 | 0.4302 | 0.3910 |
| 0.0978 | 18.35 | 2000 | 0.3766 | 0.3682 |
| 0.0773 | 22.02 | 2400 | 0.3877 | 0.3483 |
| 0.0597 | 25.69 | 2800 | 0.3833 | 0.3268 |
| 0.0467 | 29.36 | 3200 | 0.3764 | 0.3168 |
Base model
facebook/wav2vec2-xls-r-300m