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

  • Log In
  • Sign Up

sonnygeorge
/
whisper-tiny-papi

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
ASR
Papiamentu
Whisper
Speech Recognition
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use sonnygeorge/whisper-tiny-papi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sonnygeorge/whisper-tiny-papi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("sonnygeorge/whisper-tiny-papi")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("sonnygeorge/whisper-tiny-papi")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-papi / runs
76.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
sonnygeorge's picture
sonnygeorge
Training in progress, step 200
faae85f over 2 years ago
  • Dec15_21-54-56_ba5c921098ca
    End of training over 2 years ago
  • Dec15_22-10-46_ba5c921098ca
    End of training over 2 years ago
  • Dec15_22-51-23_ba5c921098ca
    Training in progress, step 50 over 2 years ago
  • Dec16_00-47-43_ba5c921098ca
    Training in progress, step 50 over 2 years ago
  • Dec16_00-53-33_ba5c921098ca
    Training in progress, step 100 over 2 years ago
  • Dec16_02-13-20_ba5c921098ca
    End of training over 2 years ago
  • Dec16_02-34-03_ba5c921098ca
    Training in progress, step 50 over 2 years ago
  • Dec16_02-34-26_ba5c921098ca
    End of training over 2 years ago
  • Dec16_03-02-52_ba5c921098ca
    Training in progress, step 200 over 2 years ago