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

dana2002
/
augm-model

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

Instructions to use dana2002/augm-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dana2002/augm-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="dana2002/augm-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("dana2002/augm-model")
    model = AutoModelForMultimodalLM.from_pretrained("dana2002/augm-model")
  • Notebooks
  • Google Colab
  • Kaggle
augm-model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
dana2002's picture
dana2002
Training in progress, step 1000
ecdb511 verified about 2 years ago
  • May14_17-33-22_ce7b3fcf50d4
    Training in progress, step 200 about 2 years ago
  • May14_18-45-35_ce7b3fcf50d4
    Training in progress, step 200 about 2 years ago
  • May14_18-59-20_ce7b3fcf50d4
    Training in progress, step 400 about 2 years ago
  • May15_03-42-56_aef7cf13eb04
    Training in progress, step 1000 about 2 years ago