Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Korean
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use byoussef/whisper-large-v2-Ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use byoussef/whisper-large-v2-Ko with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="byoussef/whisper-large-v2-Ko")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("byoussef/whisper-large-v2-Ko") model = AutoModelForSpeechSeq2Seq.from_pretrained("byoussef/whisper-large-v2-Ko", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
660f1ff
1
Parent(s): bf1a85e
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (1c69c48741f20f7a55824230ce992d54b9cee99c)
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:4d5cd1af64586a6ae490a1d3750ab1f81696cca989ab3f95b59684708f87a011
|
| 3 |
+
size 6173370152
|