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

maxseats
/
yeah_tmp

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

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

  • Libraries
  • Transformers

    How to use maxseats/yeah_tmp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="maxseats/yeah_tmp")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("maxseats/yeah_tmp")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("maxseats/yeah_tmp")
  • Notebooks
  • Google Colab
  • Kaggle
yeah_tmp / runs
78.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
maxseats's picture
maxseats
Training in progress, step 2000
022115d verified almost 2 years ago
  • Jul02_11-50-00_node0
    Training in progress, step 742 almost 2 years ago
  • Jul04_22-50-39_node0
    Training in progress, step 6 almost 2 years ago
  • Jul05_10-40-30_node0
    Training in progress, step 742 almost 2 years ago
  • Jul05_12-40-27_node0
    Training in progress, step 2214 almost 2 years ago
  • Jul09_04-47-23_node0
    Training in progress, step 2000 almost 2 years ago