pere commited on
Commit
82542c4
1 Parent(s): 1e498cd

Uploaded beta

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ widget:
26
  example_title: FLEURS sample 2
27
  ---
28
 
29
- # NB-Whisper Tiny (beta)
30
 
31
- This is a **_public beta_** of the Norwegian NB-Whisper Tiny 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](https://arxiv.org/abs/2212.04356). All models are trained on 20,000 hours of labeled data.
32
 
33
  <center>
34
  <figure>
@@ -104,7 +104,7 @@ from transformers import pipeline
104
 
105
  asr = pipeline(
106
  "automatic-speech-recognition",
107
- "NbAiLab/nb-whisper-tiny-beta"
108
  )
109
  asr(
110
  "audio.mp3",
 
26
  example_title: FLEURS sample 2
27
  ---
28
 
29
+ # NB-Whisper Base (beta)
30
 
31
+ This is a **_public beta_** of the Norwegian NB-Whisper Base 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](https://arxiv.org/abs/2212.04356). All models are trained on 20,000 hours of labeled data.
32
 
33
  <center>
34
  <figure>
 
104
 
105
  asr = pipeline(
106
  "automatic-speech-recognition",
107
+ "NbAiLab/nb-whisper-base-beta"
108
  )
109
  asr(
110
  "audio.mp3",