Automatic Speech Recognition
Transformers
PyTorch
Central Kurdish
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use CsanadT/whisper_small_sv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CsanadT/whisper_small_sv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="CsanadT/whisper_small_sv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("CsanadT/whisper_small_sv") model = AutoModelForSpeechSeq2Seq.from_pretrained("CsanadT/whisper_small_sv", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72f8963a232fe8336676fdddcacbc19e5c0b321cca15c3697ebff5d0a25e732c
|
| 3 |
+
size 967102601
|