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

laion
/
sound-effect-captioning-whisper

Automatic Speech Recognition
Transformers
Safetensors
English
whisper
audio-captioning
sound-effect-captioning
audio-description
laion
Model card Files Files and versions
xet
Community

Instructions to use laion/sound-effect-captioning-whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use laion/sound-effect-captioning-whisper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="laion/sound-effect-captioning-whisper")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("laion/sound-effect-captioning-whisper")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("laion/sound-effect-captioning-whisper")
  • Notebooks
  • Google Colab
  • Kaggle
sound-effect-captioning-whisper
972 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ChristophSchuhmann's picture
ChristophSchuhmann
Upgrade to stage-3 checkpoint (val loss 1.4314, down from 1.4940)
bb36f9c verified about 2 months ago
  • examples
    Upgrade to stage-3 checkpoint (val loss 1.4314, down from 1.4940) about 2 months ago
  • .gitattributes
    1.75 kB
    Upgrade to stage-3 checkpoint (val loss 1.4314, down from 1.4940) about 2 months ago
  • README.md
    16 kB
    Upgrade to stage-3 checkpoint (val loss 1.4314, down from 1.4940) about 2 months ago
  • config.json
    1.3 kB
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago
  • generation_config.json
    3.77 kB
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago
  • model.safetensors
    967 MB
    xet
    Upgrade to stage-3 checkpoint (val loss 1.4314, down from 1.4940) about 2 months ago
  • preprocessor_config.json
    315 Bytes
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago
  • processor_config.json
    409 Bytes
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago
  • tokenizer.json
    3.93 MB
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago
  • tokenizer_config.json
    2.08 kB
    Initial release: sound-effect captioning Whisper (stage-2 best, val loss 1.494) about 2 months ago