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

Aditya109
/
whisper-small-bhojpuri-merged

Automatic Speech Recognition
Transformers
Safetensors
Bhojpuri
Hindi
whisper
bhojpuri
indic
low-resource
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Aditya109/whisper-small-bhojpuri-merged with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Aditya109/whisper-small-bhojpuri-merged")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Aditya109/whisper-small-bhojpuri-merged")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Aditya109/whisper-small-bhojpuri-merged", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-bhojpuri-merged
971 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Aditya109's picture
Aditya109
Use the official Vaani citation from the dataset page
eb75787 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.15 kB
    Use the official Vaani citation from the dataset page about 1 month ago
  • config.json
    2.22 kB
    Add merged Bhojpuri whisper-small weights about 1 month ago
  • generation_config.json
    4.1 kB
    Add merged Bhojpuri whisper-small weights about 1 month ago
  • model.safetensors
    967 MB
    xet
    Add merged Bhojpuri whisper-small weights about 1 month ago
  • processor_config.json
    426 Bytes
    Add merged Bhojpuri whisper-small weights about 1 month ago
  • text_norm.py
    2.16 kB
    Add text_norm.py about 1 month ago
  • tokenizer.json
    3.93 MB
    Add merged Bhojpuri whisper-small weights about 1 month ago
  • tokenizer_config.json
    2.25 kB
    Add merged Bhojpuri whisper-small weights about 1 month ago