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

  • Log In
  • Sign Up

Fhrozen
/
test_an4

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

Instructions to use Fhrozen/test_an4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use Fhrozen/test_an4 with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "Fhrozen/test_an4"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
test_an4
61.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Fhrozen's picture
Fhrozen
Update model
5721441 over 4 years ago
  • data
    Update model over 4 years ago
  • exp
    Update model over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    7.81 kB
    Update model over 4 years ago
  • meta.yaml
    360 Bytes
    Update model over 4 years ago