legacy-datasets/common_voice
Updated • 1.51k • 144
How to use tonyalves/wav2vec2-300M-teste2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="tonyalves/wav2vec2-300M-teste2") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("tonyalves/wav2vec2-300M-teste2")
model = AutoModelForCTC.from_pretrained("tonyalves/wav2vec2-300M-teste2")This model was trained from scratch on the common_voice dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: