Instructions to use yyhenggg/whisper-small-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yyhenggg/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yyhenggg/whisper-small-hi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("yyhenggg/whisper-small-hi") model = AutoModelForSpeechSeq2Seq.from_pretrained("yyhenggg/whisper-small-hi", device_map="auto") - 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:5651ded8eb71aca51e34d7604cca9a4a831877113f85cdebf47787cc156561e7
|
| 3 |
size 966995080
|
runs/May09_07-49-33_51e467ee3285/events.out.tfevents.1715241076.51e467ee3285.357.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a21230e31b6b40eed63d4ce2908a52cfd4054741596b5f4babf0a4d71245d055
|
| 3 |
+
size 15183
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b406d42b1a18dbc2cd57ab659cfcd7c825e681d02fd99f6f2e6f5ea3f3b4247
|
| 3 |
size 5112
|