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

  • Log In
  • Sign Up

espnet
/
khassan_KSC_transformer

Automatic Speech Recognition
ESPnet
TensorBoard
Kazakh
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • ESPnet

    How to use espnet/khassan_KSC_transformer with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/khassan_KSC_transformer"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
khassan_KSC_transformer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
khassanoff's picture
khassanoff
Update README.md
534e72c almost 3 years ago
  • asr_stats_raw_bpe2000_sp
    added asr stats folder almost 3 years ago
  • asr_train_raw_bpe2000_sp
    First model version almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    1.52 kB
    Update README.md almost 3 years ago