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

Roooy
/
whisper-tiny-ko-common

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Korean
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Roooy/whisper-tiny-ko-common with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Roooy/whisper-tiny-ko-common with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Roooy/whisper-tiny-ko-common")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Roooy/whisper-tiny-ko-common")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Roooy/whisper-tiny-ko-common", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-ko-common / runs
118 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Roooy's picture
Roooy
Training in progress, step 10000
88d604b verified about 2 years ago
  • Jul04_05-51-14_ttv-comfyui-release-roy
    Training in progress, step 1000 about 2 years ago
  • Jul04_06-27-26_ttv-comfyui-release-roy
    Training in progress, step 1000 about 2 years ago
  • Jul04_06-29-41_ttv-comfyui-release-roy
    Training in progress, step 10000 about 2 years ago