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

idiotDeveloper
/
vts_to_text_based_small_1.0

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 idiotDeveloper/vts_to_text_based_small_1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use idiotDeveloper/vts_to_text_based_small_1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="idiotDeveloper/vts_to_text_based_small_1.0")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("idiotDeveloper/vts_to_text_based_small_1.0")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("idiotDeveloper/vts_to_text_based_small_1.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vts_to_text_based_small_1.0 / runs
22 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
idiotDeveloper's picture
idiotDeveloper
Training in progress, step 50
6cf5ea5 verified about 2 years ago
  • Jul05_05-16-46_asr
    Training in progress, step 50 about 2 years ago
  • Jul05_05-18-43_asr
    Training in progress, step 200 about 2 years ago
  • Jul05_07-08-35_asr
    Training in progress, step 50 about 2 years ago