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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zeromodels
/
s2t-medium-librispeech-asr

Automatic Speech Recognition
Keras
PyTorch
JAX
google-tensorflow TensorFlow
zeromodels
speech2text
s2t
librispeech
audio
Model card Files Files and versions
xet
Community

Instructions to use zeromodels/s2t-medium-librispeech-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use zeromodels/s2t-medium-librispeech-asr with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://zeromodels/s2t-medium-librispeech-asr")
    
  • Notebooks
  • Google Colab
  • Kaggle
s2t-medium-librispeech-asr
321 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
IMvision12's picture
IMvision12
Fix Collection badge link to the current zeromodels collection slug
8bf0c05 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.58 kB
    Fix Collection badge link to the current zeromodels collection slug 2 days ago
  • model.weights.h5
    320 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • spm.model
    417 kB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • vocab.json
    235 kB
    Upload folder using huggingface_hub about 1 month ago
  • zm_config.json
    905 Bytes
    Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge) 2 days ago
  • zm_preprocessor.json
    400 Bytes
    Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge) 2 days ago