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

Duplicated from  NbAiLabArchive/whisper-large-v2-nob

sassyphil
/
whispertest

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Norwegian
whisper
whisper-event
norwegian
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use sassyphil/whispertest with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sassyphil/whispertest")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("sassyphil/whispertest")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("sassyphil/whispertest", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whispertest / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
sassyphil's picture
sassyphil
Duplicate from NbAiLab/whisper-large-v2-nob
9b42bf4 over 3 years ago
  • Dec15_10-01-04_dante
    Duplicate from NbAiLab/whisper-large-v2-nob over 3 years ago