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

Dallyana
/
espnet_asr_model2

Automatic Speech Recognition
ESPnet
Spanish
speech
spanish
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ESPnet

    How to use Dallyana/espnet_asr_model2 with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "Dallyana/espnet_asr_model2"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
espnet_asr_model2
136 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Dallyana's picture
Dallyana
Delete exp/asr_stats_raw_es_bpe57_sp/train/text_shape.bpe
e782a93 verified over 2 years ago
  • data
    Upload 11 files over 2 years ago
  • exp
    Delete exp/asr_stats_raw_es_bpe57_sp/train/text_shape.bpe over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    683 Bytes
    Upload 2 files over 2 years ago
  • meta.yaml
    337 Bytes
    Upload 2 files over 2 years ago