Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Polish
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use bardsai/whisper-large-v2-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bardsai/whisper-large-v2-pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bardsai/whisper-large-v2-pl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("bardsai/whisper-large-v2-pl") model = AutoModelForSpeechSeq2Seq.from_pretrained("bardsai/whisper-large-v2-pl") - Notebooks
- Google Colab
- Kaggle
Update metadata with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -55,6 +55,9 @@ model-index:
|
|
| 55 |
- type: cer
|
| 56 |
value: 5.32
|
| 57 |
name: CER
|
|
|
|
|
|
|
|
|
|
| 58 |
---
|
| 59 |
|
| 60 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 55 |
- type: cer
|
| 56 |
value: 5.32
|
| 57 |
name: CER
|
| 58 |
+
- type: mer
|
| 59 |
+
value: 9.1
|
| 60 |
+
name: MER
|
| 61 |
---
|
| 62 |
|
| 63 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|