legacy-datasets/common_voice
Updated • 1.58k • 147
How to use arampacha/wav2vec2-xls-r-300m-hy with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arampacha/wav2vec2-xls-r-300m-hy", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("arampacha/wav2vec2-xls-r-300m-hy")
model = AutoModelForCTC.from_pretrained("arampacha/wav2vec2-xls-r-300m-hy", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the /WORKSPACE/DATA/HY/NOIZY_STUDENT_3/ - NA 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 | Cer |
|---|---|---|---|---|---|
| 3.1471 | 7.02 | 400 | 3.1599 | 1.0 | 1.0 |
| 1.8691 | 14.04 | 800 | 0.7674 | 0.7361 | 0.1686 |
| 1.3227 | 21.05 | 1200 | 0.3849 | 0.5336 | 0.1007 |
| 1.163 | 28.07 | 1600 | 0.3015 | 0.4559 | 0.0823 |
| 1.0768 | 35.09 | 2000 | 0.2721 | 0.4032 | 0.0728 |
| 1.0224 | 42.11 | 2400 | 0.2586 | 0.3825 | 0.0691 |
| 0.9817 | 49.12 | 2800 | 0.2458 | 0.3653 | 0.0653 |
| 0.941 | 56.14 | 3200 | 0.2306 | 0.3388 | 0.0605 |
| 0.9235 | 63.16 | 3600 | 0.2315 | 0.3380 | 0.0615 |
| 0.9141 | 70.18 | 4000 | 0.2293 | 0.3333 | 0.0602 |