Instructions to use DevOG/whisper-small-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DevOG/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DevOG/whisper-small-hi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("DevOG/whisper-small-hi") model = AutoModelForSpeechSeq2Seq.from_pretrained("DevOG/whisper-small-hi") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
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:661f6e2c28b56662366100240f3964c7320815bb447104976e8d726071b79fac
|
| 3 |
size 966995080
|
runs/Jul04_09-22-44_7654674a5fdf/events.out.tfevents.1720084967.7654674a5fdf.1790.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4cbdac86096f18f27567588d315aa6a71a2060d79a61e9668e34c07d702d901
|
| 3 |
+
size 15347
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2db0af780683e5547c45d77d1f5e20c863697edc02fddda64e9bfd8e48f1a697
|
| 3 |
size 5240
|