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
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
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:
|