Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Danish
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use HollowVoice/whisper-tiny-da with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HollowVoice/whisper-tiny-da with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="HollowVoice/whisper-tiny-da", device_map="auto")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("HollowVoice/whisper-tiny-da") model = AutoModelForSpeechSeq2Seq.from_pretrained("HollowVoice/whisper-tiny-da", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5cc5a97
1
Parent(s): d6d6280
Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
- runs/Mar16_13-32-17_jakob-Blade-17-2022-RZ09-0423/1678969982.9220266/events.out.tfevents.1678969982.jakob-Blade-17-2022-RZ09-0423 +3 -0
- runs/Mar16_13-32-17_jakob-Blade-17-2022-RZ09-0423/events.out.tfevents.1678969982.jakob-Blade-17-2022-RZ09-0423 +3 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151098921
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbf2d0e40c7ba94a64fc5d8c9fc20ade7043456a08635cd45b0bd28417c9a10b
|
| 3 |
size 151098921
|
runs/Mar16_13-32-17_jakob-Blade-17-2022-RZ09-0423/1678969982.9220266/events.out.tfevents.1678969982.jakob-Blade-17-2022-RZ09-0423
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4392c0fefd98f1cf2b51839783af5a96da9f3b1eead3ef1b38723b4838f9ab1d
|
| 3 |
+
size 5788
|
runs/Mar16_13-32-17_jakob-Blade-17-2022-RZ09-0423/events.out.tfevents.1678969982.jakob-Blade-17-2022-RZ09-0423
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1698ed41aa31edd14562acbefc412fa8a8dd34638c26638846cab9401d642312
|
| 3 |
+
size 10999
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d80e7bdc27715c393e5bbeb0519d38529f331324f217be81a1f8cf090cf3922
|
| 3 |
size 3707
|