Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Norwegian
whisper
whisper-event
norwegian
Eval Results (legacy)
Instructions to use NbAiLab/whisper-small-nob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/whisper-small-nob with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/whisper-small-nob")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("NbAiLab/whisper-small-nob") model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/whisper-small-nob", device_map="auto") - Notebooks
- Google Colab
- Kaggle
event
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ model-index:
|
|
| 29 |
value: 15.56
|
| 30 |
---
|
| 31 |
|
| 32 |
-
# Whisper
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) trained on several datasets.
|
| 35 |
|
|
|
|
| 29 |
value: 15.56
|
| 30 |
---
|
| 31 |
|
| 32 |
+
# Whisper Small Norwegian Bokmål
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) trained on several datasets.
|
| 35 |
|
runs/Dec15_19-44-15_dante/events.out.tfevents.1671129887.dante.1198326.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fda240c026d4ad4756bae2733bd9bd8c0dd0a6d9368af8bc5f722a6534648b6
|
| 3 |
+
size 90836
|