Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

espnet
/
OpenBEATS-Large-AudioCaptioner-AudioCaps

Automatic Speech Recognition
ESPnet
audio
Model card Files Files and versions
xet
Community

Instructions to use espnet/OpenBEATS-Large-AudioCaptioner-AudioCaps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use espnet/OpenBEATS-Large-AudioCaptioner-AudioCaps with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/OpenBEATS-Large-AudioCaptioner-AudioCaps"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
OpenBEATS-Large-AudioCaptioner-AudioCaps
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Shikhar Bharadwaj
Update model
eea4ede 6 months ago
  • work
    Update model 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    517 kB
    Update model 6 months ago
  • meta.yaml
    422 Bytes
    Update model 6 months ago