Instructions to use hyperion-shuo/whisper-small-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyperion-shuo/whisper-small-zh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hyperion-shuo/whisper-small-zh")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("hyperion-shuo/whisper-small-zh") model = AutoModelForSpeechSeq2Seq.from_pretrained("hyperion-shuo/whisper-small-zh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
05fd82f
1
Parent(s): 765a85a
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967099267
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9133efc66251594a49b904b7f4fa342fd9c971482310ffe6495fd5e2d3b4252
|
| 3 |
size 967099267
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4207
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:380697bc1c8fffd18f5b7d5966f07cd95c3c80dc94e70fa14a34709ea3de545c
|
| 3 |
size 4207
|