Automatic Speech Recognition
Transformers
PyTorch
Divehi
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Runningpony/whisper-small-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Runningpony/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Runningpony/whisper-small-dv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Runningpony/whisper-small-dv") model = AutoModelForSpeechSeq2Seq.from_pretrained("Runningpony/whisper-small-dv") - Notebooks
- Google Colab
- Kaggle
Upload Папа 2.m4a
#2
by annakritskay - opened
- .gitattributes +1 -0
- Папа 2.m4a +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Папа[[:space:]]2.m4a filter=lfs diff=lfs merge=lfs -text
|
Папа 2.m4a
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7db67d4d585b206bd7154bb9fe72aca9435d029ce08edd6ee9dd350bcbee10a
|
| 3 |
+
size 5681056
|