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

Vuks
/
sanchit_whisper

Automatic Speech Recognition
Transformers
whisper
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use Vuks/sanchit_whisper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Vuks/sanchit_whisper")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Vuks/sanchit_whisper")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Vuks/sanchit_whisper")
  • Notebooks
  • Google Colab
  • Kaggle
sanchit_whisper
13.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Vuks's picture
Vuks
Upload config.json
62ec770 verified over 2 years ago
  • .gitattributes
    1.58 kB
    Upload 20 files over 2 years ago
  • LICENSE
    11.4 kB
    Upload 20 files over 2 years ago
  • Makefile
    130 Bytes
    Upload 20 files over 2 years ago
  • README.md
    21.7 kB
    Upload 20 files over 2 years ago
  • __init__.py
    822 Bytes
    Upload 7 files over 2 years ago
  • config.json
    1.3 kB
    Upload config.json over 2 years ago
  • handler.py
    399 Bytes
    Create handler.py over 2 years ago
  • layers.py
    55.6 kB
    Upload 7 files over 2 years ago
  • modeling_flax_whisper.py
    75.2 kB
    Upload 7 files over 2 years ago
  • partitioner.py
    40.2 kB
    Upload 7 files over 2 years ago
  • pipeline.py
    24 kB
    Upload 7 files over 2 years ago
  • pyproject.toml
    429 Bytes
    Upload 20 files over 2 years ago
  • setup.py
    1.84 kB
    Upload 20 files over 2 years ago
  • train_state.py
    5.36 kB
    Upload 7 files over 2 years ago
  • whisper-jax-tpu.ipynb
    13.1 MB
    xet
    Upload 20 files over 2 years ago