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

GFazzito
/
whisper-tiny

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

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

  • Libraries
  • Transformers

    How to use GFazzito/whisper-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="GFazzito/whisper-tiny")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("GFazzito/whisper-tiny")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("GFazzito/whisper-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny / runs
104 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
GFazzito's picture
GFazzito
Training in progress, step 500
ddb47b7 almost 3 years ago
  • Aug19_16-14-15_4206cea44dbb
    Training in progress, step 500 almost 3 years ago
  • Aug19_16-47-15_4206cea44dbb
    Training in progress, step 500 almost 3 years ago
  • Aug19_17-15-36_4206cea44dbb
    Training in progress, step 500 almost 3 years ago
  • Aug19_17-39-41_4206cea44dbb
    Training in progress, step 500 almost 3 years ago
  • Aug20_16-59-34_66c40df0eb95
    Training in progress, step 500 almost 3 years ago
  • Aug20_17-39-10_66c40df0eb95
    Training in progress, step 500 almost 3 years ago
  • Aug21_15-23-27_4602e6328559
    Training in progress, step 500 almost 3 years ago
  • Aug21_15-54-01_66221b1fdacf
    Training in progress, step 500 almost 3 years ago
  • Aug21_16-37-38_61d6a95254e9
    Training in progress, step 500 almost 3 years ago
  • Aug21_17-06-09_e0f06f21abb7
    Training in progress, step 500 almost 3 years ago
  • Aug21_18-03-45_142e5d921223
    Training in progress, step 500 almost 3 years ago