Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Divehi
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use ptah23/whisper-small-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ptah23/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ptah23/whisper-small-dv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ptah23/whisper-small-dv") model = AutoModelForSpeechSeq2Seq.from_pretrained("ptah23/whisper-small-dv") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (d7241fde3b3b6cddf72f6a312a6453f73257de31)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13490b5600be7d5e7435360da88699edccc50c6a055d292bc4f1f0da47f863f3
|
| 3 |
+
size 966995136
|