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

danielbubiola
/
bangla_asr

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use danielbubiola/bangla_asr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="danielbubiola/bangla_asr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("danielbubiola/bangla_asr")
    model = AutoModelForCTC.from_pretrained("danielbubiola/bangla_asr")
  • Notebooks
  • Google Colab
  • Kaggle
bangla_asr / runs
95.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
danielbubiola's picture
danielbubiola
End of training
9882e9c over 4 years ago
  • Jan24_09-48-04_25d59e120851
    End of training over 4 years ago
  • Jan24_09-54-05_25d59e120851
    End of training over 4 years ago
  • Jan24_10-10-22_25d59e120851
    End of training over 4 years ago
  • Jan24_10-21-24_25d59e120851
    End of training over 4 years ago
  • Jan25_04-16-15_caabe4148dce
    End of training over 4 years ago
  • Jan26_03-45-22_0ccc15f661e3
    End of training over 4 years ago
  • Jan26_06-45-33_9be0b872d10d
    End of training over 4 years ago