Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,9 @@ pipeline_tag: automatic-speech-recognition
|
|
22 |
inference:
|
23 |
parameters:
|
24 |
language: "no"
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# NB-Whisper small (beta)
|
|
|
22 |
inference:
|
23 |
parameters:
|
24 |
language: "no"
|
25 |
+
generate_kwargs:
|
26 |
+
forced_decoder_ids: [(1, 50288), (2, 50359), (3, 50363)]
|
27 |
+
|
28 |
---
|
29 |
|
30 |
# NB-Whisper small (beta)
|