Instructions to use codefactory4791/whisper-small-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codefactory4791/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="codefactory4791/whisper-small-hi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("codefactory4791/whisper-small-hi") model = AutoModelForSpeechSeq2Seq.from_pretrained("codefactory4791/whisper-small-hi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3e18201
1
Parent(s): d0324f1
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967102601
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5df1293e855d59e8e22e8852709d4c37881e28a3e22e10b05f76117be62a4501
|
| 3 |
size 967102601
|
runs/Jan13_22-42-40_200663ad4af4/events.out.tfevents.1673650743.200663ad4af4.468.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:683c59330c826b65e07bb9c60e693c5ea0a13455bc1a3f33a9b0673f12c0e7e3
|
| 3 |
+
size 31064
|