Automatic Speech Recognition
Transformers
Safetensors
PyTorch
Korean
whisper
whisper-medium
speech-recognition
korean
korean-asr
Instructions to use TLSJ/whisper-wesol-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TLSJ/whisper-wesol-ko with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TLSJ/whisper-wesol-ko")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("TLSJ/whisper-wesol-ko") model = AutoModelForSpeechSeq2Seq.from_pretrained("TLSJ/whisper-wesol-ko", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Improve Whisper Medium search tags
Browse files
README.md
CHANGED
|
@@ -11,9 +11,11 @@ metrics:
|
|
| 11 |
- cer
|
| 12 |
tags:
|
| 13 |
- whisper
|
|
|
|
| 14 |
- automatic-speech-recognition
|
| 15 |
- speech-recognition
|
| 16 |
- korean
|
|
|
|
| 17 |
- pytorch
|
| 18 |
- safetensors
|
| 19 |
---
|
|
|
|
| 11 |
- cer
|
| 12 |
tags:
|
| 13 |
- whisper
|
| 14 |
+
- whisper-medium
|
| 15 |
- automatic-speech-recognition
|
| 16 |
- speech-recognition
|
| 17 |
- korean
|
| 18 |
+
- korean-asr
|
| 19 |
- pytorch
|
| 20 |
- safetensors
|
| 21 |
---
|