legacy-datasets/common_voice
Updated • 1.6k • 144
How to use jiobiala24/wav2vec2-base-checkpoint-4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jiobiala24/wav2vec2-base-checkpoint-4") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("jiobiala24/wav2vec2-base-checkpoint-4")
model = AutoModelForCTC.from_pretrained("jiobiala24/wav2vec2-base-checkpoint-4")This model is a fine-tuned version of jiobiala24/wav2vec2-base-checkpoint-3 on the common_voice dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: