mozilla-foundation/common_voice_17_0
Updated • 5.91k • 19
How to use alakxender/w2v-bert-2.0-dhivehi-syn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="alakxender/w2v-bert-2.0-dhivehi-syn") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("alakxender/w2v-bert-2.0-dhivehi-syn")
model = AutoModelForCTC.from_pretrained("alakxender/w2v-bert-2.0-dhivehi-syn")This model is a fine-tuned version of alakxender/w2v-bert-2.0-dhivehi-cv on the Common Voice 17.0 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 |
|---|---|---|---|---|
| 1.9272 | 3.8961 | 300 | 0.3712 | 0.5096 |
| 0.1846 | 7.7922 | 600 | 0.3580 | 0.4591 |
Unable to build the model tree, the base model loops to the model itself. Learn more.