Instructions to use devkyle/whisper-small-dp-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/whisper-small-dp-v4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/whisper-small-dp-v4")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/whisper-small-dp-v4") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/whisper-small-dp-v4") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e16aed6c9c91ffdb0263be5c9e2dcd6877a9229a341373deee8a788b3dbf92c
|
| 3 |
size 151061672
|
runs/Sep18_11-36-27_7070f018d58c/events.out.tfevents.1726659397.7070f018d58c.1337.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:21682ad23c60a1ca4c48241b44677e24811a9ec684dd847a5dcf2813823cef16
|
| 3 |
+
size 18244
|