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
/
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 about 3 years ago
  • asr_stats_raw_bpe2000_sp
    added asr stats folder about 3 years ago
  • asr_train_raw_bpe2000_sp
    First model version about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.52 kB
    Update README.md about 3 years ago