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

supawichwac
/
training

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use supawichwac/training with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="supawichwac/training")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("supawichwac/training")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("supawichwac/training")
  • Notebooks
  • Google Colab
  • Kaggle
training / flax /evaluation_scripts
15.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
supawichwac's picture
supawichwac
Saving train state of step 50
55f3766 verified about 2 years ago
  • test
    Saving train state of step 50 about 2 years ago
  • run_baselines.sh
    5.48 kB
    Saving train state of step 50 about 2 years ago
  • run_distilled.sh
    1.2 kB
    Saving train state of step 50 about 2 years ago
  • run_distilled_16_2.sh
    1.1 kB
    Saving train state of step 50 about 2 years ago
  • run_librispeech_eval_dummy.sh
    714 Bytes
    Saving train state of step 50 about 2 years ago