Automatic Speech Recognition
Transformers
PyTorch
Hungarian
wav2vec2
Generated from Trainer
hf-asr-leaderboard
model_for_talk
mozilla-foundation/common_voice_8_0
robust-speech-event
Eval Results (legacy)
Instructions to use Akashpb13/xlsr_hungarian_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Akashpb13/xlsr_hungarian_new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Akashpb13/xlsr_hungarian_new")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Akashpb13/xlsr_hungarian_new") model = AutoModelForCTC.from_pretrained("Akashpb13/xlsr_hungarian_new") - Notebooks
- Google Colab
- Kaggle
Upload mozilla-foundation_common_voice_8_0_hu_test_eval_results.txt
Browse files
mozilla-foundation_common_voice_8_0_hu_test_eval_results.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
WER: 0.2851621517163838
|
| 2 |
+
CER: 0.06112982522287432
|