Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
ger
whisper
hf-asr-leaderboard
Generated from Trainer
Instructions to use daniel123321/whisper-small-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use daniel123321/whisper-small-de with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="daniel123321/whisper-small-de")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("daniel123321/whisper-small-de") model = AutoModelForSpeechSeq2Seq.from_pretrained("daniel123321/whisper-small-de") - Notebooks
- Google Colab
- Kaggle
Commit ·
424276a
1
Parent(s): f9ecb87
Training in progress, step 100
Browse files- model.safetensors +1 -1
- runs/Jan05_22-37-29_MacBook-Air-von-Daniel.fritz.box/events.out.tfevents.1704490661.MacBook-Air-von-Daniel.fritz.box.1015.1 +3 -0
- runs/Jan05_23-00-30_MacBook-Air-von-Daniel.fritz.box/events.out.tfevents.1704492033.MacBook-Air-von-Daniel.fritz.box.1015.2 +3 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b3f2e47e0b46665521a72595f686ea35a270293aadf4d59e26e78f11499ca18
|
| 3 |
size 966995080
|
runs/Jan05_22-37-29_MacBook-Air-von-Daniel.fritz.box/events.out.tfevents.1704490661.MacBook-Air-von-Daniel.fritz.box.1015.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d54d2e3dbaecdd7c68357dcf03937b4b902046cef6f22acee66fb776ad5acb9
|
| 3 |
+
size 5363
|
runs/Jan05_23-00-30_MacBook-Air-von-Daniel.fritz.box/events.out.tfevents.1704492033.MacBook-Air-von-Daniel.fritz.box.1015.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ec1037a31b2a27503e430fccfb89e5dbbfa451678b88a2ad6da9a7b0b234ca4
|
| 3 |
+
size 6293
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1d2464d634b8c17bc46b304f9414c90ec3dc4744fa2a7ab63aaeee3521564a5
|
| 3 |
size 4856
|