NbAiLab/NPSC
Updated • 559 • 9
How to use NbAiLab/whisper-small-3NRKonly-nob with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="NbAiLab/whisper-small-3NRKonly-nob") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("NbAiLab/whisper-small-3NRKonly-nob")
model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/whisper-small-3NRKonly-nob")This model is a fine-tuned version of openai/whisper-small trained on NCC_S_3-NRKonly.
It is currently in the middle of a large training.
The model is trained on a large corpus of roughly 4.000 hours of voice. The sources are subtitles from the Norwegian broadcaster NRK.
The model will be free for everyone to use when it is finished.
The following hyperparameters were used during training: