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

  • Log In
  • Sign Up

espnet
/
mediaspeech-fr-hubert

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

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

  • Libraries
  • ESPnet

    How to use espnet/mediaspeech-fr-hubert with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/mediaspeech-fr-hubert"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
mediaspeech-fr-hubert
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Ubuntu
Add model files
1253513 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.31 kB
    Add model files about 4 years ago