Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use NbAiLab/whisper-tiny-nob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/whisper-tiny-nob with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/whisper-tiny-nob")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("NbAiLab/whisper-tiny-nob") model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/whisper-tiny-nob") - Notebooks
- Google Colab
- Kaggle
recover 66k
Browse files
run.recover.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
python run_speech_recognition_seq2seq_streaming.py \
|
| 2 |
--model_name_or_path="openai/whisper-tiny" \
|
| 3 |
-
--resume_from_checkpoint="checkpoint-
|
| 4 |
--ignore_data_skip \
|
| 5 |
--dataset_name="NbAiLab/NCC_S" \
|
| 6 |
--language="Norwegian" \
|
|
|
|
| 1 |
python run_speech_recognition_seq2seq_streaming.py \
|
| 2 |
--model_name_or_path="openai/whisper-tiny" \
|
| 3 |
+
--resume_from_checkpoint="checkpoint-66000" \
|
| 4 |
--ignore_data_skip \
|
| 5 |
--dataset_name="NbAiLab/NCC_S" \
|
| 6 |
--language="Norwegian" \
|
runs/Dec26_09-53-57_ficino/events.out.tfevents.1672044856.ficino.4105681.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a895c180556ee8e2d7353e9e974fd43ec7fc28b64d9f9bfba6c569226ab53daa
|
| 3 |
+
size 55559
|