Instructions to use devkyle/whisper-tiny-wd-1k-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/whisper-tiny-wd-1k-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/whisper-tiny-wd-1k-v1")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/whisper-tiny-wd-1k-v1") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/whisper-tiny-wd-1k-v1", device_map="auto") - 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:a2fb347016d4d2218562cbd16c9bcaaea0db7aedc8a922ee626096207b087b4f
|
| 3 |
size 151061672
|
runs/Sep18_10-52-08_4f52cb40fee4/events.out.tfevents.1726656750.4f52cb40fee4.2343.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:39ad824ad46415e2a607ff6269a950f3a761ae73562a2501d75327223135e72c
|
| 3 |
+
size 18250
|