Automatic Speech Recognition
Transformers
audio
asr
hf-asr-leaderboard
Inference Endpoints
TheStigh commited on
Commit
1382b2e
1 Parent(s): f5ac31c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +297 -3
README.md CHANGED
@@ -1,3 +1,297 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - 'no'
5
+ - nb
6
+ - nn
7
+ - en
8
+ datasets:
9
+ - NbAiLab/ncc_speech
10
+ - NbAiLab/NST
11
+ - NbAiLab/NPSC
12
+ base_model: openai/whisper-small
13
+ tags:
14
+ - audio
15
+ - asr
16
+ - automatic-speech-recognition
17
+ - hf-asr-leaderboard
18
+ metrics:
19
+ - wer
20
+ - cer
21
+ library_name: transformers
22
+ pipeline_tag: automatic-speech-recognition
23
+ widget:
24
+ - src: https://datasets-server.huggingface.co/assets/google/fleurs/--/nb_no/train/1/audio/audio.mp3
25
+ example_title: FLEURS sample 1
26
+ - src: https://datasets-server.huggingface.co/assets/google/fleurs/--/nb_no/train/4/audio/audio.mp3
27
+ example_title: FLEURS sample 2
28
+ ---
29
+
30
+
31
+ # NB-Whisper Tiny - converted for Faster-Whisper using cTranslate2
32
+
33
+
34
+ ### This model is converted for using together with faster-whisper using cTranslate2. Original description is below with original URL's
35
+
36
+
37
+ Introducing the **_Norwegian NB-Whisper Small model_**, proudly developed by the National Library of Norway. NB-Whisper is a cutting-edge series of models designed for automatic speech recognition (ASR) and speech translation. These models are based on the work of [OpenAI's Whisper](https://arxiv.org/abs/2212.04356). Each model in the series has been trained for 250,000 steps, utilizing a diverse dataset of 8 million samples. These samples consist of aligned audio clips, each 30 seconds long, culminating in a staggering 66,000 hours of speech. For an in-depth understanding of our training methodology and dataset composition, keep an eye out for our upcoming article.
38
+
39
+ | Model Size | Parameters | Model |
40
+ |------------|------------|------------|
41
+ | Tiny | 39M | [NB-Whisper Tiny](https://huggingface.co/NbAiLab/nb-whisper-tiny) |
42
+ | Base | 74M | [NB-Whisper Base](https://huggingface.co/NbAiLab/nb-whisper-base) |
43
+ | Small | 244M | [NB-Whisper Small](https://huggingface.co/NbAiLab/nb-whisper-small) |
44
+ | Medium | 769M | [NB-Whisper Medium](https://huggingface.co/NbAiLab/nb-whisper-medium) |
45
+ | Large | 1550M | [NB-Whisper Large](https://huggingface.co/NbAiLab/nb-whisper-large) |
46
+
47
+
48
+
49
+ ### Verbatim Model
50
+ While the main models are suitable for most transcription task, we demonstrate how easy it is to change the output of the main model. The following models are trained 250 additional steps from the main models above, and might be suitable for more targetted use cases:
51
+ - **Verbatim version**: This lower-cased variant is more literal and suitable for tasks requiring detailed transcription, such as linguistic analysis.
52
+
53
+
54
+ | Model Size | Parameters | Semantic version |
55
+ |------------|------------|------------------|
56
+ | Tiny | 39M | [Tiny - semantic](https://huggingface.co/NbAiLab/nb-whisper-tiny-semantic) |
57
+ | Base | 74M | [Base - semantic](https://huggingface.co/NbAiLab/nb-whisper-base-semantic) |
58
+ | Small | 244M | [Small - semantic](https://huggingface.co/NbAiLab/nb-whisper-small-semantic) |
59
+ | Medium | 769M | [Medium - semantic](https://huggingface.co/NbAiLab/nb-whisper-medium-semantic) |
60
+ | Large | 1550M | [Large - semantic](https://huggingface.co/NbAiLab/nb-whisper-large-semantic) |
61
+
62
+
63
+ ### Model Description
64
+
65
+ - **Developed by:** [NB AI-Lab](https://ai.nb.no/)
66
+ - **Shared by:** [NB AI-Lab](https://ai.nb.no/)
67
+ - **Model type:** `whisper`
68
+ - **Language(s) (NLP):** Norwegian, Norwegian Bokmål, Norwegian Nynorsk, English
69
+ - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
70
+ - **Trained from model:** [openai/whisper-small](https://huggingface.co/openai/whisper-small)
71
+ - **Code Repository:** https://github.com/NbAiLab/nb-whisper/
72
+ - **Paper:** _Coming soon_
73
+ - **Demo:** _See Spaces on this page_
74
+
75
+
76
+ ## How to Use the Models
77
+
78
+ ### Online Demos
79
+ You can try the models directly through the HuggingFace Inference API, accessible on the right side of this page. Be aware that initially, the model needs to load and will run on limited CPU capacity, which might be slow. To enhance your experience, we are temporarily hosting some models on TPUs for a few days, significantly boosting their performance. Explore these under the **Spaces** section on the [Main Page](https://huggingface.co/NbAiLab/).
80
+
81
+ ### Local Setup with HuggingFace
82
+ Alternatively, you can run the models locally. The Tiny, Base, and Small models are optimized for CPU execution. For the Medium and Large models, we recommend a system equipped with a GPU to ensure efficient processing. Setting up and using these models with HuggingFace's Transformers is straightforward, provided you have [Python](https://www.python.org/downloads/) installed on your machine. For practical demonstrations, refer to examples using this [sample mp3 file](https://github.com/NbAiLab/nb-whisper/raw/main/audio/king.mp3).
83
+
84
+ ```bash
85
+ # Download the sample file
86
+ $ wget -N https://github.com/NbAiLab/nb-whisper/raw/main/audio/king.mp3
87
+
88
+ # Install necessary libraries.
89
+ $ pip install transformers>=4.35.2
90
+ ```
91
+
92
+ After this is done, you should be able to run this in Python:
93
+
94
+ ```python
95
+ from transformers import pipeline
96
+
97
+ # Load the model
98
+ asr = pipeline("automatic-speech-recognition", "NbAiLabBeta/nb-whisper-small")
99
+
100
+ #transcribe
101
+ asr("king.mp3", generate_kwargs={'task': 'transcribe', 'language': 'no'})
102
+
103
+ ```
104
+
105
+ <details>
106
+ <summary>Expected output</summary>
107
+
108
+ ```json
109
+ {
110
+ {'text': ' Nordmenn er nordlendinger, trøndere, sørlendinger og folk fra alle andre regioner. Nordmenn er også innvandret fra Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria. Det er ikke alltid så lett å si hvor vi er fra, hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra.'}
111
+ }
112
+ ```
113
+ </details>
114
+
115
+ #### Extended HuggingFace
116
+ Examining the output above, we see that there are multiple repetitions at the end. This is because the video is longer than 30 seconds. By passing the ```chunk_lengt_s``` argument, we can transcribe longer file. Our experience is that we get slightly better result by setting that to 28 seconds instead of the default 30 seconds. We also recommend setting the beam size to 5 if possible. This greatly increases the accuracy but takes a bit longer and requires slightly more memory. The examples below also illustrates how to transcribe to English or Nynorsk, and how to get timestamps for sentences and words.
117
+
118
+ ```python
119
+ # Long Transcripts
120
+ asr("king.mp3", chunk_length_s=28, generate_kwargs={'task': 'transcribe', 'language': 'no'})
121
+
122
+ # Increase accuracy by setting beam size to 5
123
+ asr("king.mp3", chunk_length_s=28, return_timestamps=True, generate_kwargs={'num_beams': 5, 'task': 'transcribe', 'language': 'no'})
124
+
125
+ # Return Timestamps
126
+ asr("king.mp3", chunk_length_s=28, return_timestamps=True, generate_kwargs={'task': 'transcribe', 'language': 'no'})
127
+
128
+ # Return Word Level Timestamps
129
+ asr("king.mp3", chunk_length_s=28, return_timestamps="word", generate_kwargs={'task': 'transcribe', 'language': 'no'})
130
+
131
+ # Transcribe to Nynorsk
132
+ asr("king.mp3", chunk_length_s=28, generate_kwargs={'task': 'transcribe', 'language': 'nn'})
133
+
134
+ # Transcribe to English
135
+ asr("king.mp3", chunk_length_s=28, generate_kwargs={'task': 'transcribe', 'language': 'en'})
136
+
137
+ ```
138
+ <details>
139
+ <summary>Expected output</summary>
140
+
141
+ Long transcripts:
142
+ ```json
143
+ {
144
+ {'text': ' Nordmenn er nordlendinger, trøndere, sørlendinger og folk fra alle andre regioner. Nordmenn er også innvandret fra Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria. Det er ikke alltid så lett å si hvor vi er fra, hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra, hvilken nasjonalitet vi tilhører. Det vi kaller hjem, er der hjertet vårt er, og det kan ikke alltid plasseres innenfor landegrenser. Nordmenn er jenter som er glad i jenter, gutter som er glad i gutter, og jenter og gutter som er glad i hverandre. Nordmenn trommer på Gud, Allah, Altet og ingenting. Nordmenn liker Grieg, Kygo, Helbilis og Kari Bremnes. Med andre ord, Norge er dere. Norge er oss. Mitt største håp for Norge er at vi skal klare å ta vare på hverandre, at vi skal bygge dette landet videre på tillit, fellesskap og raushet.'}
145
+ }
146
+ ```
147
+
148
+ Timestamps:
149
+ ```json
150
+ {
151
+ {'text': ' Nordmenn er nordlendinger, trøndere, sørlendinger og folk fra alle andre regioner. Nordmenn er også innvandret fra Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria. Det er ikke alltid så lett å si hvor vi er fra, hvilken nasjonalitet vi er fra. Hvilken nasjonalitet vi er fra. hvilken nasjonalitet vi tilhører. Det vi kaller hjem, er der hjertet vårt er, og det kan ikke alltid plasseres innenfor landegrenser. Nordmenn er jenter som er glad i jenter, gutter som er glad i gutter, og jenter og gutter som er glad i hverandre. Nordmenn trommer på Gud, Allah, Altet og ingenting. Nordmenn liker Grieg, Kygo, Helbiles og Kari Bremnes. Med andre ord, Norge er dere. Norge er oss. Mitt største håp for Norge er at vi skal klare å ta vare på hverandre, at vi skal bygge dette landet videre på tillit, fellesskap og raushet.',
152
+ 'chunks': [{'timestamp': (0.0, 5.46),
153
+ 'text': ' Nordmenn er nordlendinger, trøndere, sørlendinger'},
154
+ {'timestamp': (5.52, 8.68), 'text': ' og folk fra alle andre regioner.'},
155
+ {'timestamp': (8.68, 16.64),
156
+ 'text': ' Nordmenn er også innvandret fra Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria.'},
157
+ {'timestamp': (16.64, 13.3),
158
+ 'text': ' Det er ikke alltid så lett å si hvor vi er fra, hvilken nasjonalitet vi er fra.'},
159
+ {'timestamp': (13.32, 30.28),
160
+ 'text': ' Hvilken nasjonalitet vi er fra. hvilken nasjonalitet vi tilhører.'},
161
+ {'timestamp': (32.52, 39.16),
162
+ 'text': ' Det vi kaller hjem, er der hjertet vårt er, og det kan ikke alltid plasseres'},
163
+ {'timestamp': (39.16, 42.0), 'text': ' innenfor landegrenser.'},
164
+ {'timestamp': (42.0, 46.74),
165
+ 'text': ' Nordmenn er jenter som er glad i jenter, gutter som er glad i gutter,'},
166
+ {'timestamp': (46.74, 51.12),
167
+ 'text': ' og jenter og gutter som er glad i hverandre.'},
168
+ {'timestamp': (51.16, 57.42),
169
+ 'text': ' Nordmenn trommer på Gud, Allah, Altet og ingenting.'},
170
+ {'timestamp': (57.42, 64.3),
171
+ 'text': ' Nordmenn liker Grieg, Kygo, Helbiles og Kari Bremnes.'},
172
+ {'timestamp': (64.34, 71.24),
173
+ 'text': ' Med andre ord, Norge er dere. Norge er oss.'},
174
+ {'timestamp': (71.24, 78.04),
175
+ 'text': ' Mitt største håp for Norge er at vi skal klare å ta vare på hverandre,'},
176
+ {'timestamp': (78.12, 84.68),
177
+ 'text': ' at vi skal bygge dette landet videre på tillit, fellesskap og raushet.'}]}
178
+ }
179
+ ```
180
+
181
+ Word Level Timestamps:
182
+ ```json
183
+ {
184
+ {"text": "Nordmenn er nordlendinger, trøndere, sørlendinger og folk fra alle andre regioner. Nordmenn er også innvandret fra Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria. Det er ikke alltid så lett å si hvor vi er fra, hvilken nasjonalitet vi tilhører. Det vi kaller hjem, er der hjertet vårt er, og det kan ikke alltid plasseres innenfor landegrenser. Nordmenn er jenter som er glad i jenter, gutter som er glad i gutter, og jenter og gutter som er glad i hverandre. Nordmenn trommer på Gud, Allah, Altet og ingenting. Nordmenn liker Grieg, Kygo, Helbilis og Kari Bremnes. Med andre ord, Norge er dere. Norge er oss. Mitt største håp for Norge er at vi skal klare å ta vare på hverandre, at vi skal bygge dette landet videre på tillit, fellesskap og raushet.",
185
+ "chunks": [
186
+ {"text": "Nordmenn", "timestamp": [0.72, 1.42]},
187
+ {"text": "er", "timestamp": [1.42, 1.74]},
188
+ // ... more chunks ...
189
+ {"text": "raushet.", "timestamp": [83.1, 84.88]}
190
+ ]
191
+ }
192
+ }
193
+ ```
194
+
195
+ Nynorsk:
196
+ ```json
197
+ {
198
+ {"text": "Nordmenn er nordlendingar, trøndarar, sørlendingar og folk frå alle andre regionar. Nordmenn er også innvandra frå Afghanistan, Pakistan, Polen, Sverige, Somalia og Syria. Det er ikkje alltid så lett å seie kvar vi er frå, kva nasjonalitet vi tilhøyrer. Det vi kallar heim, er der hjartet vårt er, og det kan ikkje alltid plasserast innanfor landegrenser. Nordmenn er jenter som er glad i jenter, gutar som erade i gutar, og jenter og gutar som er glade i kvarandre. Nordmenn trommar på Gud, Allah, Altet og ingenting. Nordmenn liker Grieg, Kygo, Helbiles og Kari Bremnes. Med andre ord, Noreg er dere! Noreg er oss. Mitt største håp for Noreg er at vi skal klare å ta vare på kvarandre, at vi skal byggje dette landet vidare på tillit, fellesskap og raushet."}
199
+ }
200
+ ```
201
+
202
+ English:
203
+ ```json
204
+ {
205
+ {"text": "Norwegians are Norwegians, trønders, southerners and people from all other regions. Norwegians are also invaded from Afghanistan, Pakistan, Poland, Sweden, Somalia and Suria. It is not always so easy to say where we are from, what nationality we belong to. What we call home is where our heart is, and it cannot always be placed within national borders. Norwegians are girls who like girls, boys who like boys, and girls and boys who like each other. Norwegians thrump on God, Allah, Altet and nothing. Norwegians like Grieg, Kygo, Helbilis and Kari Bremnes. In other words, Norway is you. Norway is us. My biggest hope for Norway is that we should be able to take care of each other, that we should build this country on trust, community and generosity."}
206
+ }
207
+ ```
208
+
209
+ </details>
210
+
211
+ ### Whisper CPP
212
+ Whisper CPP is a C++ implementation of the Whisper model, offering the same functionalities with the added benefits of C++ efficiency and performance optimizations. This allows embedding any Whisper model into a binary file, facilitating the development of real applications. However, it requires some familiarity with compiling C++ programs. Their [homepage](https://github.com/ggerganov/whisper.cpp) provides examples of how to build applications, including real-time transcription.
213
+
214
+ We have converted this model to the ggml-format model used by Whisper CPP binaries. The file can be downloaded [here](blob/main/ggml-model.bin), and a `q5_0` quantized version is also available [here](blob/main/ggml-model-q5_0.bin).
215
+
216
+ ```bash
217
+ # We can download and compile whisper.cpp
218
+ $ git clone --depth 1 https://github.com/ggerganov/whisper.cpp --branch v1.5.1
219
+ $ cd whisper.cpp/
220
+ $ make
221
+
222
+ # We also need to convert the audio to WAV as that is the only format supported by whisper.cpp
223
+ $ wget -N https://github.com/NbAiLab/nb-whisper/raw/main/audio/king.mp3
224
+ $ ffmpeg -i king.mp3 -ar 16000 -ac 1 -c:a pcm_s16le king.wav
225
+
226
+ # Lets download the two ggml-files from this site
227
+ wget -N https://huggingface.co/NbAiLab/nb-whisper-small/resolve/main/ggml-model.bin -O models/nb-small-ggml-model.bin
228
+ wget -N https://huggingface.co/NbAiLab/nb-whisper-small/resolve/main/ggml-model-q5_0.bin -O models/nb-small-ggml-model-q5_0.bin
229
+
230
+ # And run it with the f16 default model
231
+ $ ./main -l no -m models/nb-small-ggml-model.bin king.wav
232
+
233
+ # Or the quantized version
234
+ $ ./main -l no -m models/nb-small-ggml-model-q5_0.bin king.wav
235
+ ```
236
+
237
+ ### WhisperX and Speaker Diarization
238
+ Speaker diarization is a technique in natural language processing and automatic speech recognition that identifies and separates different speakers in an audio recording. It segments the audio into parts based on who is speaking, enhancing the quality of transcribing meetings or phone calls. We find that [WhisperX](https://github.com/m-bain/whisperX) is the easiest way to use our models for diarizing speech. In addition, WhisperX is using phoneme-based Wav2Vec-models for improving the alignment of the timestamps. As of December 2023 it also has native support for using the nb-wav2vec-models. It currently uses [PyAnnote-audio](https://github.com/pyannote/pyannote-audio) for doing the actual diarization. This package has a fairly strict licence where you have to agree to user terms. Follow the instructions below.
239
+
240
+ ```bash
241
+ # Follow the install instructions on https://github.com/m-bain/whisperX
242
+ # Make sure you have a HuggingFace account and have agreed to the pyannote terms
243
+
244
+ # Log in (or supply HF Token in command line)
245
+ huggingface-cli login
246
+
247
+ # Download a test file
248
+ wget -N https://github.com/NbAiLab/nb-whisper/raw/main/audio/knuthamsun.mp3
249
+
250
+ # Optional. If you get complains about not support for Norwegian, do:
251
+ pip uninstall whisperx && pip install git+https://github.com/m-bain/whisperx.git@8540ff5985fceee764acbed94f656063d7f56540
252
+
253
+ # Transcribe the test file. All transcripts will end up in the directory of the mp3-file
254
+ whisperx knuthamsun.mp3 --model NbAiLabBeta/nb-whisper-small --language no --diarize
255
+
256
+ ```
257
+
258
+ You can also run WhisperX from Python. Please take a look at the instructions on [WhisperX homepage](https://github.com/m-bain/whisperX).
259
+
260
+
261
+
262
+
263
+ ### API
264
+ Instructions for accessing the models via a simple API are included in the demos under Spaces. Note that these demos are temporary and will only be available for a few weeks.
265
+
266
+ ## Training Data
267
+ The training data originates from Språkbanken and the National Library of Norway's digital collection, including:
268
+
269
+ - NST Norwegian ASR Database (16 kHz) and its corresponding dataset
270
+ - Transcribed speeches from the Norwegian Parliament by Språkbanken
271
+ - TV broadcast (NRK) subtitles (NLN digital collection)
272
+ - Audiobooks (NLN digital collection)
273
+
274
+ ## Downstream Use
275
+
276
+ The models, especially the smaller ones, may exhibit occasional hallucinations and may drop parts of the transcript. They are designed to convert spoken language into grammatically correct written sentences, which might not always be word-for-word translations. We have made two extra model variant for users that want a different transcription style. We encourage users to try the models themselves to get a better understanding.
277
+
278
+ ## Bias, Risks, and Limitations
279
+
280
+ Using these models without adequate risk assessment and mitigation could be considered irresponsible. They may contain biases or other undesirable distortions. Users who deploy these models or integrate them into systems or services are responsible for mitigating risks and complying with applicable AI regulations. The National Library of Norway, as the model owner, disclaims liability for any outcomes resulting from third-party use of these models.
281
+
282
+ ### Software
283
+ The model was trained using Jax/Flax and converted to PyTorch, Tensorflow, whisper.cpp, and ONXX formats. These are available under `Files and versions`. We welcome requests for conversion to other formats. All training code and scripts are released under the Apache License 2.0 in the GitHub repository [nb-whisper](https://github.com/NbAiLab/nb-whisper/).
284
+
285
+ ## Citation & Contributors
286
+ The NB-Whisper Small model is a product of the NoSTram project led by Per Egil Kummervold ([@pere](https://huggingface.co/pere)) at the National Library of Norway. Key contributors include Javier de la Rosa ([@versae](https://huggingface.co/versae)), Freddy Wetjen ([@freddyw](https://huggingface.co/freddyw)), and Rolv-Arild Braaten ([@Rolv-Arild](https://huggingface.co/Rolv-Arild)). NB AI-Lab, under the direction of Svein Arne Brygfjeld ([@Brygfjeld](https://huggingface.co/Brygfjeld)), supported the project's successful completion. A detailed paper on our process and findings is forthcoming.
287
+
288
+ ## Disclaimer
289
+
290
+ The models published in this repository are intended for a generalist purpose and are available to third parties. 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.
291
+
292
+ ## Acknowledgements
293
+
294
+ Our gratitude extends to [Google TPU Research Cloud](https://sites.research.google/trc/about/) for training resources, Google Cloud for translation credits, and HuggingFace's Sanchit Ghandi for technical support. A special thank you to Per Erik Solberg at Språkbanken for the collaboration on the Stortinget corpus.
295
+
296
+ ## Contact
297
+ For feedback, technical concerns, or collaboration inquiries, please contact <a rel="noopener nofollow" href="mailto:ailab@nb.no">ailab@nb.no</a>. If you plan to include this model in your research, contact us for the latest information on our upcoming paper for citation purposes.