versae commited on
Commit
fae2eb0
1 Parent(s): 0719495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,6 +4,7 @@ language:
4
  - 'no'
5
  - nb
6
  - nn
 
7
  datasets:
8
  - NbAiLab/ncc_speech
9
  - NbAiLab/NST
@@ -14,6 +15,7 @@ metrics:
14
  library_name: transformers
15
  pipeline_tag: automatic-speech-recognition
16
  ---
 
17
  # NB-Whisper small (beta)
18
 
19
  This is a **_public beta_** of the Norwegian NB-Whisper. 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.
@@ -21,10 +23,10 @@ This is a **_public beta_** of the Norwegian NB-Whisper. NB-Whisper is a series
21
  <center>
22
  <figure>
23
  <video controls>
24
- <source src="https://huggingface.co/NbAiLab/nb-whisper-small-beta/resolve/main/jeppe.mp4" type="video/mp4">
25
  Your browser does not support the video tag.
26
  </video>
27
- <figcaption><a href="https://freesound.org/people/Engangskameraten/sounds/179028/" target="_blank">4-year old Jeppe singing a Norwegian lullaby about being nice to insects</a></figcaption>
28
  </figure>
29
  </center>
30
 
 
4
  - 'no'
5
  - nb
6
  - nn
7
+ - en
8
  datasets:
9
  - NbAiLab/ncc_speech
10
  - NbAiLab/NST
 
15
  library_name: transformers
16
  pipeline_tag: automatic-speech-recognition
17
  ---
18
+
19
  # NB-Whisper small (beta)
20
 
21
  This is a **_public beta_** of the Norwegian NB-Whisper. 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.
 
23
  <center>
24
  <figure>
25
  <video controls>
26
+ <source src="https://huggingface.co/NbAiLab/nb-whisper-small-beta/resolve/main/king.mp4" type="video/mp4">
27
  Your browser does not support the video tag.
28
  </video>
29
+ <figcaption><a href="https://www.royalcourt.no/tale.html?tid=137662&sek=28409&scope=27248" target="_blank">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.</a></figcaption>
30
  </figure>
31
  </center>
32