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

mrbeniwal
/
tiny-audio-training-small

Automatic Speech Recognition
Transformers
Safetensors
English
speech
audio
asr
speech-to-text
whisper
tiny-audio
Model card Files Files and versions
xet
Community

Instructions to use mrbeniwal/tiny-audio-training-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrbeniwal/tiny-audio-training-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mrbeniwal/tiny-audio-training-small")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mrbeniwal/tiny-audio-training-small", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-audio-training-small
40.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mrbeniwal's picture
mrbeniwal
Upload 14 files
643b247 verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload 14 files 5 months ago
  • README.md
    5.05 kB
    Upload 14 files 5 months ago
  • asr_config.py
    6.77 kB
    Upload 14 files 5 months ago
  • asr_modeling.py
    22.5 kB
    Upload 14 files 5 months ago
  • asr_pipeline.py
    17.5 kB
    Upload 14 files 5 months ago
  • asr_processing.py
    3.07 kB
    Upload 14 files 5 months ago
  • chat_template.jinja
    5.6 kB
    Upload 14 files 5 months ago
  • config.json
    4.78 kB
    Upload 14 files 5 months ago
  • generation_config.json
    198 Bytes
    Upload 14 files 5 months ago
  • model.safetensors
    23.5 MB
    xet
    Upload 14 files 5 months ago
  • preprocessor_config.json
    424 Bytes
    Upload 14 files 5 months ago
  • projectors.py
    18.8 kB
    Upload 14 files 5 months ago
  • special_tokens_map.json
    368 Bytes
    Upload 14 files 5 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload 14 files 5 months ago
  • tokenizer_config.json
    50.6 kB
    Upload 14 files 5 months ago