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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

interfaze-ai
/
diffusion-gemma-asr-small

Automatic Speech Recognition
Transformers
asr
speech-to-text
diffusion
diffusiongemma
gemma
Model card Files Files and versions
xet
Community

Instructions to use interfaze-ai/diffusion-gemma-asr-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use interfaze-ai/diffusion-gemma-asr-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="interfaze-ai/diffusion-gemma-asr-small")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("interfaze-ai/diffusion-gemma-asr-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
diffusion-gemma-asr-small
191 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
interfazeai's picture
interfazeai
Update README.md
e93ae90 verified 3 days ago
  • samples
    Add 1h long-form audio sample 23 days ago
  • .gitattributes
    1.59 kB
    Add 1h long-form audio sample 23 days ago
  • README.md
    4.86 kB
    Update README.md 3 days ago
  • audio.py
    3.39 kB
    Publish diffusion-gemma-asr-small (fleurs2/projector_ep3.pt) 29 days ago
  • diffusion_asr_small.pt
    169 MB
    xet
    Publish diffusion-gemma-asr-small (fleurs2/projector_ep3.pt) 29 days ago
  • inference.py
    4.29 kB
    diffusion-gemma-asr-small (fleurs2/projector_ep3.pt) 26 days ago
  • model.py
    16.1 kB
    Publish diffusion-gemma-asr-small (fleurs2/projector_ep3.pt) 29 days ago
  • requirements.txt
    126 Bytes
    Publish diffusion-gemma-asr-small (fleurs2/projector_ep3.pt) 29 days ago