legacy-datasets/common_voice
Updated • 1.52k • 144
How to use cahya/output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cahya/output") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("cahya/output")
model = AutoModelForCTC.from_pretrained("cahya/output")This model is a fine-tuned version of cahya/wav2vec2-base-turkish-artificial-cv on the COMMON_VOICE - TR 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: