NbAiLab / nb-whisper-medium-beta

huggingface.co
Total runs: 181
24-hour runs: -19
7-day runs: -53
30-day runs: 7
Model's Last Updated: July 25 2023
automatic-speech-recognition

Introduction of nb-whisper-medium-beta

Model Details of nb-whisper-medium-beta

NB-Whisper Medium (beta)

This is a public beta of the Norwegian NB-Whisper Medium model released by the National Library of Norway. NB-Whisper is a series of models for automatic speech recognition (ASR) and speech translation, building upon the foundation laid by OpenAI's Whisper . All models are trained on 20,000 hours of labeled data.

Speech given by His Majesty The King of Norway at the garden party hosted by Their Majesties The King and Queen at the Palace Park on 1 September 2016. Transcribed using the Small model.
Model Details

NB-Whisper models will be available in five different sizes:

Model Size Parameters Availability
tiny 39M NB-Whisper Tiny (beta)
base 74M NB-Whisper Base (beta)
small 244M NB-Whisper Small (beta)
medium 769M NB-Whisper Medium (beta)
large 1550M NB-Whisper Large (beta)

An official release of NB-Whisper models is planned for the Fall 2023.

Please refer to the OpenAI Whisper model card for more details about the backbone model.

Model Description
Model Sources
Uses
Direct Use

This is a public beta release. The models published in this repository are intended for a generalist purpose and are available to third parties.

Downstream Use

For Norwegian transcriptions we are confident that this public beta will give you State-of-the-Art results compared to currently available Norwegian ASR models of the same size. However, it is still known to show some hallucinations, as well as a tendency to drop part of the transcript from time to time. Please also note that the transcripts are typically not word by word. Spoken language and written language are often very different, and the model aims to "translate" spoken utterances into grammatically correct written sentences. We strongly believe that the best way to understand these models is to try them yourself.

A significant part of the training material comes from TV subtitles. Subtitles often shorten the content to make it easier to read. Typically, non-essential parts of the utterance can be also dropped. In some cases, this is a desired ability, in other cases, this is undesired. The final release of these model will provida a mechanism to control for this beaviour.

Bias, Risks, and Limitations

This is a public beta that is not intended for production. Production use without adequate assessment of risks and mitigation may be considered irresponsible or harmful. These models may have bias and/or any other undesirable distortions. When third parties, deploy or provide systems and/or services to other parties using any of these models (or using systems based on these models) or become users of the models, they should note that it is their responsibility to mitigate the risks arising from their use and, in any event, to comply with applicable regulations, including regulations regarding the use of artificial intelligence. In no event shall the owner of the models (The National Library of Norway) be liable for any results arising from the use made by third parties of these models.

How to Get Started with the Model

Use the code below to get started with the model.

from transformers import pipeline

asr = pipeline(
    "automatic-speech-recognition",
    "NbAiLab/nb-whisper-medium-beta"
)
asr(
    "audio.mp3",
    generate_kwargs={'task': 'transcribe', 'language': 'no'}
)
# {'text': ' Så mange anga kører seg i så viktig sak, så vi får du kører det tilbake med. Om kabaret gudam i at vi skal hjælge. Kør seg vi gjør en uda? Nei noe skal å abelistera sonvorne skrifer. Det er sak, så kjent det bare handling i samtatsen til bargører. Trudet første lask. På den å først så å køre og en gange samme, og så får vi gjør å vorte vorte vorte når vi kjent dit.'}

Timestamps can also be retrieved by passing in the right parameter.

asr(
    "audio.mp3",
    generate_kwargs={'task': 'transcribe', 'language': 'no'},
    return_timestamps=True,
)
# {'text': ' at så mange angar til seg så viktig sak, så vi får jo kjølget klare tilbakemeldingen om hva valget dem gjør at vi skal gjøre. Hva skjer vi gjøre nå da? Nei, nå skal jo administrationen vår skrivferdige sak, så kjem til behandling i samfærdshetshøyvalget, tror det første 
#  r. Først så kan vi ta og henge dem kjemme, og så får vi gjøre vårt valget når vi kommer dit.',
#  'chunks': [{'timestamp': (0.0, 5.34),
#    'text': ' at så mange angar til seg så viktig sak, så vi får jo kjølget klare tilbakemeldingen om'},
#   {'timestamp': (5.34, 8.64),
#    'text': ' hva valget dem gjør at vi skal gjøre.'},
#   {'timestamp': (8.64, 10.64), 'text': ' Hva skjer vi gjøre nå da?'},
#   {'timestamp': (10.64, 17.44),
#    'text': ' Nei, nå skal jo administrationen vår skrivferdige sak, så kjem til behandling i samfærdshetshøyvalget,'},
#   {'timestamp': (17.44, 19.44), 'text': ' tror det første år.'},
#   {'timestamp': (19.44, 23.94),
#    'text': ' Først så kan vi ta og henge dem kjemme, og så får vi gjøre vårt valget når vi kommer dit.'}]}
Training Data

Trained data comes from Språkbanken and the digital collection at the National Library of Norway. Training data includes:

  • NST Norwegian ASR Database (16 kHz), and its corresponding dataset
  • Transcribed speeches from the Norwegian Parliament produced by Språkbanken
  • TV broadcast (NRK) subtitles (NLN digital collection)
  • Audiobooks (NLN digital collection)
Environmental Impact

Carbon emissions estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019) .

  • Hardware Type: TPUv4
  • Hours used: 1,536
  • Cloud Provider: Google Cloud
  • Compute Region: us-central1
  • Carbon Emitted: Total emissions are estimated to be 247.77 kgCO₂ of which 100 percents were directly offset by the cloud provider.
Software

The model is trained using Jax/Flax. The final model is converted to Pytorch, Tensorflow, whisper.cpp and ONXX. Please tell us if you would like future models to be converted to other format.

Citation & Contributors

The development of this model was part of the contributors' professional roles at the National Library of Norway, under the NoSTram project led by Per Egil Kummervold (PEK) . The Jax code, dataset loaders, and training scripts were collectively designed by Javier de la Rosa (JdlR) , Freddy Wetjen (FW) , Rolv-Arild Braaten (RAB) , and PEK . Primary dataset curation was handled by FW , RAB , and PEK , while JdlR and PEK crafted the documentation. The project was completed under the umbrella of AiLab, directed by Svein Arne Brygfjeld .

All contributors played a part in shaping the optimal training strategy for the Norwegian ASR model based on the Whisper architecture.

A paper detailing our process and findings is underway!

Acknowledgements

Thanks to Google TPU Research Cloud for supporting this project with extensive training resources. Thanks to Google Cloud for supporting us with credits for translating large parts of the corpus. A special thanks to Sanchit Ghandi for providing thorough technical advice in debugging and with the work of getting this to train on Google TPUs. A special thanks to Per Erik Solberg at Språkbanken for the collaboration with regard to the Stortinget corpus.

Contact

We are releasing this ASR Whisper model as a public beta to gather constructive feedback on its performance. Please do not hesitate to contact us with any experiences, insights, or suggestions that you may have. Your input is invaluable in helping us to improve the model and ensure that it effectively serves the needs of users. Whether you have technical concerns, usability suggestions, or ideas for future enhancements, we welcome your input. Thank you for participating in this critical stage of our model's development.

If you intend to incorporate this model into your research, we kindly request that you reach out to us. We can provide you with the most current status of our upcoming paper, which you can cite to acknowledge and provide context for the work done on this model.

Please use this email as the main contact point, it is read by the entire team: [email protected]

Runs of NbAiLab nb-whisper-medium-beta on huggingface.co

181
Total runs
-19
24-hour runs
-43
3-day runs
-53
7-day runs
7
30-day runs

More Information About nb-whisper-medium-beta huggingface.co Model

More nb-whisper-medium-beta license Visit here:

https://choosealicense.com/licenses/cc-by-4.0

nb-whisper-medium-beta huggingface.co

nb-whisper-medium-beta huggingface.co is an AI model on huggingface.co that provides nb-whisper-medium-beta's model effect (), which can be used instantly with this NbAiLab nb-whisper-medium-beta model. huggingface.co supports a free trial of the nb-whisper-medium-beta model, and also provides paid use of the nb-whisper-medium-beta. Support call nb-whisper-medium-beta model through api, including Node.js, Python, http.

nb-whisper-medium-beta huggingface.co Url

https://huggingface.co/NbAiLab/nb-whisper-medium-beta

NbAiLab nb-whisper-medium-beta online free

nb-whisper-medium-beta huggingface.co is an online trial and call api platform, which integrates nb-whisper-medium-beta's modeling effects, including api services, and provides a free online trial of nb-whisper-medium-beta, you can try nb-whisper-medium-beta online for free by clicking the link below.

NbAiLab nb-whisper-medium-beta online free url in huggingface.co:

https://huggingface.co/NbAiLab/nb-whisper-medium-beta

nb-whisper-medium-beta install

nb-whisper-medium-beta is an open source model from GitHub that offers a free installation service, and any user can find nb-whisper-medium-beta on GitHub to install. At the same time, huggingface.co provides the effect of nb-whisper-medium-beta install, users can directly use nb-whisper-medium-beta installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

nb-whisper-medium-beta install url in huggingface.co:

https://huggingface.co/NbAiLab/nb-whisper-medium-beta

Url of nb-whisper-medium-beta

nb-whisper-medium-beta huggingface.co Url

Provider of nb-whisper-medium-beta huggingface.co

NbAiLab
ORGANIZATIONS

Other API from NbAiLab

huggingface.co

Total runs: 17.9K
Run Growth: 6.2K
Growth Rate: 34.41%
Updated:April 10 2026
huggingface.co

Total runs: 7.9K
Run Growth: 7.4K
Growth Rate: 93.93%
Updated:May 25 2026
huggingface.co

Total runs: 3.8K
Run Growth: -210
Growth Rate: -5.57%
Updated:September 07 2023
huggingface.co

Total runs: 2.2K
Run Growth: 2.1K
Growth Rate: 94.93%
Updated:May 25 2026
huggingface.co

Total runs: 1.4K
Run Growth: 283
Growth Rate: 20.23%
Updated:September 11 2023
huggingface.co

Total runs: 1.3K
Run Growth: 1.2K
Growth Rate: 89.49%
Updated:May 25 2026
huggingface.co

Total runs: 241
Run Growth: 0
Growth Rate: 0.00%
Updated:January 21 2025