Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Polish
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use bardsai/whisper-small-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bardsai/whisper-small-pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bardsai/whisper-small-pl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("bardsai/whisper-small-pl") model = AutoModelForSpeechSeq2Seq.from_pretrained("bardsai/whisper-small-pl") - Notebooks
- Google Colab
- Kaggle
Commit ·
baca145
1
Parent(s): aec8513
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (734f5cb487e1c9a1113064d49b2f3dc1c6248fab)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
datasets:
|
| 9 |
- mozilla-foundation/common_voice_11_0
|
| 10 |
- google/fleurs
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: Whisper Small PL
|
| 13 |
results:
|
|
|
|
| 8 |
datasets:
|
| 9 |
- mozilla-foundation/common_voice_11_0
|
| 10 |
- google/fleurs
|
| 11 |
+
base_model: openai/whisper-small
|
| 12 |
model-index:
|
| 13 |
- name: Whisper Small PL
|
| 14 |
results:
|