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

bigmorning
/
whisper_new_split_ch_08__0010

Automatic Speech Recognition
Transformers
google-tensorflow TensorFlow
whisper
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use bigmorning/whisper_new_split_ch_08__0010 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bigmorning/whisper_new_split_ch_08__0010")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("bigmorning/whisper_new_split_ch_08__0010")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("bigmorning/whisper_new_split_ch_08__0010")
  • Notebooks
  • Google Colab
  • Kaggle
whisper_new_split_ch_08__0010
151 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
bigmorning's picture
bigmorning
Upload TFWhisperForConditionalGeneration
989e0e0 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.89 kB
    Upload TFWhisperForConditionalGeneration almost 3 years ago
  • config.json
    1.41 kB
    Upload TFWhisperForConditionalGeneration almost 3 years ago
  • generation_config.json
    1.27 kB
    Upload TFWhisperForConditionalGeneration almost 3 years ago
  • tf_model.h5
    151 MB
    xet
    Upload TFWhisperForConditionalGeneration almost 3 years ago