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

  • Log In
  • Sign Up

espnet
/
ml_openslr63

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

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

  • Libraries
  • ESPnet

    How to use espnet/ml_openslr63 with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/ml_openslr63"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
ml_openslr63 / exp
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
prekshaupatel's picture
prekshaupatel
Add model files
2833cba about 4 years ago
  • asr_stats_raw_ml_bpe150_sp
    Add model files about 4 years ago
  • asr_train_asr_conformer_s3prlfrontend_hubert_fused_raw_ml_bpe150_sp
    Add model files about 4 years ago
  • lm_train_lm_ml_bpe150
    Add model files about 4 years ago