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

espnet
/
MInDS-14_es-ES

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

Instructions to use espnet/MInDS-14_es-ES with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use espnet/MInDS-14_es-ES with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/MInDS-14_es-ES"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
MInDS-14_es-ES
436 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Yong Min Kim
fix meta.yaml
922a3f9 about 4 years ago
  • exp
    Add model files about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.12 kB
    Add model files about 4 years ago
  • meta.yaml
    294 Bytes
    fix meta.yaml about 4 years ago