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

barnobarno666
/
Whisper-medium-bangla

Automatic Speech Recognition
Transformers
Safetensors
Bengali
English
whisper
Model card Files Files and versions
xet
Community

Instructions to use barnobarno666/Whisper-medium-bangla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use barnobarno666/Whisper-medium-bangla with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="barnobarno666/Whisper-medium-bangla")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("barnobarno666/Whisper-medium-bangla")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("barnobarno666/Whisper-medium-bangla", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Whisper-medium-bangla
3.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
barnobarno666's picture
barnobarno666
Update README.md
ce9e7ff verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    378 Bytes
    Update README.md 9 months ago
  • added_tokens.json
    2.08 kB
    Initial upload of merged Whisper model 9 months ago
  • config.json
    1.23 kB
    Initial upload of merged Whisper model 9 months ago
  • generation_config.json
    278 Bytes
    Initial upload of merged Whisper model 9 months ago
  • merges.txt
    255 kB
    Initial upload of merged Whisper model 9 months ago
  • model.safetensors
    3.06 GB
    xet
    Initial upload of merged Whisper model 9 months ago
  • normalizer.json
    52.7 kB
    Initial upload of merged Whisper model 9 months ago
  • preprocessor_config.json
    356 Bytes
    Initial upload of merged Whisper model 9 months ago
  • special_tokens_map.json
    2.19 kB
    Initial upload of merged Whisper model 9 months ago
  • tokenizer_config.json
    20.5 kB
    Initial upload of merged Whisper model 9 months ago
  • vocab.json
    1.18 MB
    Initial upload of merged Whisper model 9 months ago