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
/
accented_french_openslr57_ASR_transformer

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

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

  • Libraries
  • ESPnet

    How to use espnet/accented_french_openslr57_ASR_transformer with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/accented_french_openslr57_ASR_transformer"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
accented_french_openslr57_ASR_transformer
230 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
DanBerrebbi6's picture
DanBerrebbi6
Update README.md
2bed6f2 about 4 years ago
  • data
    unziped model about 4 years ago
  • exp
    unziped model about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    8.06 kB
    Update README.md about 4 years ago
  • asr_transformer_baseline_valid.acc.ave_10best.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    115 MB
    xet
    First model version about 4 years ago
  • meta.yaml
    279 Bytes
    unziped model about 4 years ago