legacy-datasets/common_voice
Updated • 1.5k • 144
How to use juierror/wav2vec2-large-xls-r-thai-test with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="juierror/wav2vec2-large-xls-r-thai-test") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("juierror/wav2vec2-large-xls-r-thai-test")
model = AutoModelForCTC.from_pretrained("juierror/wav2vec2-large-xls-r-thai-test")This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 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: