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

HanCreation
/
whisper-tiny-german-HanNeurAI

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

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

  • Libraries
  • Transformers

    How to use HanCreation/whisper-tiny-german-HanNeurAI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="HanCreation/whisper-tiny-german-HanNeurAI")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("HanCreation/whisper-tiny-german-HanNeurAI")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("HanCreation/whisper-tiny-german-HanNeurAI")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-german-HanNeurAI / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Dean Hans Felandio Setiadi Saputra
End of training
0427e02 verified about 2 years ago
  • May10_23-51-37_LAPTOP-BLDCKVNC
    Training in progress, step 1000 about 2 years ago
  • May11_08-22-38_LAPTOP-BLDCKVNC
    Training in progress, step 1000 about 2 years ago
  • May11_10-19-24_LAPTOP-BLDCKVNC
    Training in progress, step 1000 about 2 years ago
  • May11_16-56-45_LAPTOP-BLDCKVNC
    End of training about 2 years ago