legacy-datasets/common_voice
Updated • 1.53k • 144
How to use Lancelot53/CV_bn_trained_on_Validation with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Lancelot53/CV_bn_trained_on_Validation") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("Lancelot53/CV_bn_trained_on_Validation")
model = AutoModelForCTC.from_pretrained("Lancelot53/CV_bn_trained_on_Validation")This model is a fine-tuned version of ./content/CV_bn_trained_on_Validation/checkpoint-6000 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 |
|---|---|---|---|---|
| 1.1104 | 1.25 | 2000 | 0.2535 | 0.3705 |
| 1.1069 | 2.49 | 4000 | 0.2369 | 0.3545 |
| 1.0344 | 3.74 | 6000 | 0.2181 | 0.3385 |