legacy-datasets/common_voice
Updated • 1.6k • 144
How to use jiobiala24/wav2vec2-base-checkpoint-3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jiobiala24/wav2vec2-base-checkpoint-3") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("jiobiala24/wav2vec2-base-checkpoint-3")
model = AutoModelForCTC.from_pretrained("jiobiala24/wav2vec2-base-checkpoint-3")This model is a fine-tuned version of jiobiala24/wav2vec2-base-checkpoint-2 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:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.358 | 14.8 | 400 | 1.4841 | 0.5338 |
| 0.1296 | 29.62 | 800 | 1.7007 | 0.5514 |