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

Phakphum
/
outs

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

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

  • Libraries
  • Transformers

    How to use Phakphum/outs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Phakphum/outs")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Phakphum/outs")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Phakphum/outs")
  • Notebooks
  • Google Colab
  • Kaggle
outs / runs
36.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Phakphum's picture
Phakphum
./outs
51d01e5 verified over 1 year ago
  • Oct07_15-39-49_f7a4dd16b4c3
    ./outs over 1 year ago
  • Oct07_15-47-04_f7a4dd16b4c3
    ./outs over 1 year ago
  • Oct07_16-52-47_39c563fb672a
    ./outs over 1 year ago
  • Oct07_17-18-45_39c563fb672a
    ./outs over 1 year ago
  • Sep25_03-24-32_755f3f66289c
    ./outs over 1 year ago