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

jankoko
/
SpecAugment-Whisper-small

Automatic Speech Recognition
Transformers
Safetensors
English
whisper
Whispered ASR
SpecAugment
Data Augmentation
Whispered Speech
Model card Files Files and versions
xet
Community

Instructions to use jankoko/SpecAugment-Whisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jankoko/SpecAugment-Whisper-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="jankoko/SpecAugment-Whisper-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("jankoko/SpecAugment-Whisper-small")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("jankoko/SpecAugment-Whisper-small")
  • Notebooks
  • Google Colab
  • Kaggle
SpecAugment-Whisper-small
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
jankoko's picture
jankoko
Update README.md
0e7f675 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.33 kB
    Update README.md 11 months ago
  • config.json
    1.33 kB
    Upload folder using huggingface_hub 11 months ago
  • generation_config.json
    3.84 kB
    Upload folder using huggingface_hub 11 months ago
  • model.safetensors
    967 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • preprocessor_config.json
    356 Bytes
    Upload folder using huggingface_hub 11 months ago