legacy-datasets/common_voice
Updated • 1.98k • 146
How to use m-aliabbas/idrak_wav2vec_tr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="m-aliabbas/idrak_wav2vec_tr") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("m-aliabbas/idrak_wav2vec_tr")
model = AutoModelForCTC.from_pretrained("m-aliabbas/idrak_wav2vec_tr")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: