Instructions to use davidggphy/whisper-small-dv-second with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davidggphy/whisper-small-dv-second with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="davidggphy/whisper-small-dv-second")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("davidggphy/whisper-small-dv-second") model = AutoModelForSpeechSeq2Seq.from_pretrained("davidggphy/whisper-small-dv-second") - Notebooks
- Google Colab
- Kaggle
Commit ·
6a668ed
1
Parent(s): 948569c
Training in progress, step 500
Browse files- pytorch_model.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 967102729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3bc7e4465c8207bd92125d286d762b8b892b81bd76d06e1cf9e5d54a628915c
|
| 3 |
size 967102729
|