Automatic Speech Recognition
Transformers
PyTorch
Swedish
wav2vec2
mozilla-foundation/common_voice_9_0
Generated from Trainer
Eval Results (legacy)
Instructions to use marinone94/xls-r-300m-sv-robust with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marinone94/xls-r-300m-sv-robust with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="marinone94/xls-r-300m-sv-robust")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("marinone94/xls-r-300m-sv-robust") model = AutoModelForCTC.from_pretrained("marinone94/xls-r-300m-sv-robust") - Notebooks
- Google Colab
- Kaggle
Commit ·
7780ee2
1
Parent(s): 95ae379
cv sv test
Browse files- log_mozilla-foundation_common_voice_7_0_sv-SE_test_predictions.txt +0 -0
- log_mozilla-foundation_common_voice_7_0_sv-SE_test_targets.txt +0 -0
- log_mozilla-foundation_common_voice_7_0_sv-SE_validation_predictions.txt +0 -0
- log_mozilla-foundation_common_voice_7_0_sv-SE_validation_targets.txt +0 -0
- mozilla-foundation_common_voice_7_0_sv-SE_test_eval_results.txt +2 -0
- mozilla-foundation_common_voice_7_0_sv-SE_validation_eval_results.txt +0 -2
log_mozilla-foundation_common_voice_7_0_sv-SE_test_predictions.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
log_mozilla-foundation_common_voice_7_0_sv-SE_test_targets.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
log_mozilla-foundation_common_voice_7_0_sv-SE_validation_predictions.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
log_mozilla-foundation_common_voice_7_0_sv-SE_validation_targets.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mozilla-foundation_common_voice_7_0_sv-SE_test_eval_results.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
WER: 0.2741846662179526
|
| 2 |
+
CER: 0.0824110988910274
|
mozilla-foundation_common_voice_7_0_sv-SE_validation_eval_results.txt
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
WER: 0.09574324779416717
|
| 2 |
-
CER: 0.023644382273513242
|
|
|
|
|
|
|
|
|