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

SamagraDataGov
/
whisper-tiny-hindi3_test

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

Instructions to use SamagraDataGov/whisper-tiny-hindi3_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SamagraDataGov/whisper-tiny-hindi3_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="SamagraDataGov/whisper-tiny-hindi3_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("SamagraDataGov/whisper-tiny-hindi3_test")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("SamagraDataGov/whisper-tiny-hindi3_test")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-hindi3_test / runs
28.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SamagraDataGov's picture
SamagraDataGov
Model save
eb00603 verified almost 2 years ago
  • Jul09_14-59-31_bharatsahaiyak-test
    Training in progress, step 20 almost 2 years ago
  • Jul09_15-02-26_bharatsahaiyak-test
    Training in progress, step 20 almost 2 years ago
  • Jul09_15-04-23_bharatsahaiyak-test
    Training in progress, step 20 almost 2 years ago
  • Jul09_15-07-54_bharatsahaiyak-test
    Model save almost 2 years ago