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

bangla-speech-processing
/
BanglaASR

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
whisper
audio
Model card Files Files and versions
xet
Community
2

Instructions to use bangla-speech-processing/BanglaASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bangla-speech-processing/BanglaASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bangla-speech-processing/BanglaASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("bangla-speech-processing/BanglaASR")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("bangla-speech-processing/BanglaASR")
  • Notebooks
  • Google Colab
  • Kaggle
BanglaASR / onnx
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
Moshakamrai's picture
Moshakamrai
Adding ONNX file of this model
8e0c2b5 verified about 2 years ago
  • added_tokens.json
    2.08 kB
    Adding ONNX file of this model about 2 years ago
  • config.json
    1.3 kB
    Adding ONNX file of this model about 2 years ago
  • decoder_model.onnx
    774 MB
    xet
    Adding ONNX file of this model about 2 years ago
  • encoder_model.onnx
    353 MB
    xet
    Adding ONNX file of this model about 2 years ago
  • generation_config.json
    3.5 kB
    Adding ONNX file of this model about 2 years ago
  • merges.txt
    494 kB
    Adding ONNX file of this model about 2 years ago
  • normalizer.json
    52.7 kB
    Adding ONNX file of this model about 2 years ago
  • preprocessor_config.json
    339 Bytes
    Adding ONNX file of this model about 2 years ago
  • special_tokens_map.json
    2.19 kB
    Adding ONNX file of this model about 2 years ago
  • tokenizer.json
    2.2 MB
    Adding ONNX file of this model about 2 years ago
  • tokenizer_config.json
    20.5 kB
    Adding ONNX file of this model about 2 years ago
  • vocab.json
    1.04 MB
    Adding ONNX file of this model about 2 years ago