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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DragonLine
/
train04

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Korean
whisper
hf-asr-leaderboard
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use DragonLine/train04 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DragonLine/train04 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="DragonLine/train04")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("DragonLine/train04")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("DragonLine/train04")
  • Notebooks
  • Google Colab
  • Kaggle
train04 / runs
30.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
DragonLine's picture
DragonLine
End of training
f01b541 over 2 years ago
  • Dec16_22-56-04_user
    Training in progress, step 100 over 2 years ago
  • Dec16_22-59-40_user
    Training in progress, step 100 over 2 years ago
  • Dec17_12-05-39_user
    End of training over 2 years ago