Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Korean
whisper
hf-asr-leaderboard
Generated from Trainer
Instructions to use gawon16/model_save with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gawon16/model_save with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="gawon16/model_save")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("gawon16/model_save") model = AutoModelForSpeechSeq2Seq.from_pretrained("gawon16/model_save") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
80b9cbc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8b5c272a7af2c2d009524a42aeb517619e4623a596cfedd388721737b5513c7d
size 5048
|