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
/
ASR_espnet_model2

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

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

  • Libraries
  • ESPnet

    How to use Dallyana/ASR_espnet_model2 with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "Dallyana/ASR_espnet_model2"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
ASR_espnet_model2 / exp
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Dallyana's picture
Dallyana
Upload 9 files
3c576c1 verified over 2 years ago
  • asr_stats_raw_es_bpe64_sp
    Upload 9 files over 2 years ago
  • asr_train_asr_transformer_raw_es_bpe64_sp
    Upload 9 files over 2 years ago
  • lm_train_lm_es_bpe64
    Upload 9 files over 2 years ago