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

arijitx
/
whisper-small-bn

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Bengali
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use arijitx/whisper-small-bn with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="arijitx/whisper-small-bn")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("arijitx/whisper-small-bn")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("arijitx/whisper-small-bn")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-bn
1.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
arijitx's picture
arijitx
Upload WhisperForConditionalGeneration (#2)
061641b verified 5 months ago
  • runs
    whisper small bengali ckpt 20k about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    whisper small bengali ckpt 20k about 3 years ago
  • README.md
    3.45 kB
    Upload WhisperForConditionalGeneration (#2) 5 months ago
  • added_tokens.json
    2.08 kB
    whisper small bengali ckpt 20k about 3 years ago
  • config.json
    1.22 kB
    Upload WhisperForConditionalGeneration (#2) 5 months ago
  • generation_config.json
    3.01 kB
    Upload WhisperForConditionalGeneration (#2) 5 months ago
  • merges.txt
    494 kB
    whisper small bengali ckpt 20k about 3 years ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration (#2) 5 months ago
  • normalizer.json
    52.7 kB
    whisper small bengali ckpt 20k about 3 years ago
  • preprocessor_config.json
    339 Bytes
    whisper small bengali ckpt 20k about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    967 MB
    xet
    whisper small bengali ckpt 20k about 3 years ago
  • special_tokens_map.json
    2.08 kB
    whisper small bengali ckpt 20k about 3 years ago
  • tokenizer_config.json
    800 Bytes
    whisper small bengali ckpt 20k about 3 years ago
  • vocab.json
    1.04 MB
    whisper small bengali ckpt 20k about 3 years ago