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

gitmbio
/
whis-small-bn

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

Instructions to use gitmbio/whis-small-bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gitmbio/whis-small-bn with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="gitmbio/whis-small-bn")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("gitmbio/whis-small-bn")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("gitmbio/whis-small-bn", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whis-small-bn / runs
192 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Jssug drygege
Upload folder using huggingface_hub
db08604 verified over 2 years ago
  • Feb22_15-20-52_eb217daaf777
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_08-23-14_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_08-59-52_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-02-04_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-03-01_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-28-48_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-29-36_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-34-51_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-37-52_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar07_09-41-48_66dcc55597a4
    Upload folder using huggingface_hub over 2 years ago
  • Mar14_08-03-53_841af74821ca
    Upload folder using huggingface_hub over 2 years ago
  • Mar21_08-10-47_bcaddc5bb6ab
    Upload folder using huggingface_hub over 2 years ago
  • May02_08-41-13_78fd4a62fda9
    Upload folder using huggingface_hub over 2 years ago