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

  • Log In
  • Sign Up

keras
/
whisper_tiny_multi

Automatic Speech Recognition
KerasHub
Keras
Model card Files Files and versions
xet
Community

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

  • Libraries
  • KerasHub

    How to use keras/whisper_tiny_multi with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://keras/whisper_tiny_multi")
    
  • Keras

    How to use keras/whisper_tiny_multi with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://keras/whisper_tiny_multi")
    
  • Notebooks
  • Google Colab
  • Kaggle
whisper_tiny_multi / assets /tokenizer
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
Divyasreepat's picture
Divyasreepat
Upload folder using huggingface_hub
4b85afc verified over 1 year ago
  • merges.txt
    494 kB
    Upload folder using huggingface_hub over 1 year ago
  • vocabulary.json
    1.28 MB
    Upload folder using huggingface_hub over 1 year ago