openslr/openslr
Updated • 597 • 29
How to use chmanoj/xls-r-2B-te with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="chmanoj/xls-r-2B-te") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("chmanoj/xls-r-2B-te")
model = AutoModelForCTC.from_pretrained("chmanoj/xls-r-2B-te")This model is a fine-tuned version of facebook/wav2vec2-xls-r-2b on the OPENSLR_SLR66 - NA dataset. It achieves the following results on the evaluation set:
| Metric | Split | Decode with LM | Value |
|---|---|---|---|
| WER | Train | No | |
| CER | Train | No | |
| WER | Test | No | |
| CER | Test | No | |
| WER | Train | Yes | |
| CER | Train | Yes | |
| WER | Test | Yes | |
| CER | Test | Yes |
More information needed
More information needed
More information needed
The following hyperparameters were used during training: