Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SamagraDataGov
/
whisper-tiny-hindi2_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-hindi2_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="SamagraDataGov/whisper-tiny-hindi2_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("SamagraDataGov/whisper-tiny-hindi2_test")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("SamagraDataGov/whisper-tiny-hindi2_test")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-hindi2_test / runs
166 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 64 commits
SamagraDataGov's picture
SamagraDataGov
Training in progress, step 200
bd8ff79 verified almost 2 years ago
  • Jun26_13-58-09_bharatsahaiyak-test
    Model save almost 2 years ago
  • Jun29_09-15-19_bharatsahaiyak-test
    Training in progress, step 40 almost 2 years ago
  • Jun29_09-39-32_bharatsahaiyak-test
    Training in progress, step 200 almost 2 years ago