Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Norwegian
whisper
whisper-event
norwegian
Eval Results (legacy)
Instructions to use NbAiLab/whisper-small-nob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/whisper-small-nob with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/whisper-small-nob")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("NbAiLab/whisper-small-nob") model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/whisper-small-nob", device_map="auto") - Notebooks
- Google Colab
- Kaggle
first
Browse files
run.sh
CHANGED
|
@@ -8,7 +8,7 @@ deepspeed --master_port 29501 run_speech_recognition_seq2seq_streaming.py \
|
|
| 8 |
--model_index_name="Whisper Small Norwegian" \
|
| 9 |
--max_steps="50000" \
|
| 10 |
--output_dir="./" \
|
| 11 |
-
--per_device_train_batch_size="
|
| 12 |
--per_device_eval_batch_size="32" \
|
| 13 |
--gradient_accumulation_steps="1" \
|
| 14 |
--logging_steps="25" \
|
|
|
|
| 8 |
--model_index_name="Whisper Small Norwegian" \
|
| 9 |
--max_steps="50000" \
|
| 10 |
--output_dir="./" \
|
| 11 |
+
--per_device_train_batch_size="128" \
|
| 12 |
--per_device_eval_batch_size="32" \
|
| 13 |
--gradient_accumulation_steps="1" \
|
| 14 |
--logging_steps="25" \
|
runs/Dec15_13-05-14_dante/1671105943.592704/events.out.tfevents.1671105943.dante.1938692.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5214b024b8c544f2a0b9b859a8a207b2f7616d7956908bc891dac75b7a26ff38
|
| 3 |
+
size 5888
|
runs/Dec15_13-05-14_dante/events.out.tfevents.1671105943.dante.1938692.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58163713b024a0107f5a4fd1f6fed6725e7e3be77400e0c20c7083d32ac22c6b
|
| 3 |
+
size 4291
|