Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TLSJ
/
whisper-wesol-ko

Automatic Speech Recognition
Transformers
Safetensors
PyTorch
Korean
whisper
whisper-medium
speech-recognition
korean
korean-asr
Model card Files Files and versions
xet
Community

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
whisper-wesol-ko
1.53 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
TLSJ's picture
TLSJ
Improve Whisper Medium search tags
fa5abcf verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    13.1 kB
    Improve Whisper Medium search tags 17 days ago
  • config.json
    2.21 kB
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • generation_config.json
    3.73 kB
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • model.safetensors
    1.53 GB
    xet
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • preprocessor_config.json
    339 Bytes
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • processor_config.json
    409 Bytes
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • tokenizer.json
    3.93 MB
    Upload whisper-wesol-medium-v3 model and card 17 days ago
  • tokenizer_config.json
    510 Bytes
    Upload whisper-wesol-medium-v3 model and card 17 days ago