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

  • Log In
  • Sign Up

keras
/
t5_base_multi

Text Generation
KerasHub
Keras
text-classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • KerasHub

    How to use keras/t5_base_multi with KerasHub:

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

    How to use keras/t5_base_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/t5_base_multi")
    
  • Notebooks
  • Google Colab
  • Kaggle
t5_base_multi
893 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
Divyasreepat's picture
Divyasreepat
Update README.md with new model card content
efdc534 verified about 1 year ago
  • assets
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.29 kB
    Update README.md with new model card content about 1 year ago
  • config.json
    560 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • metadata.json
    159 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model.weights.h5
    893 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    576 Bytes
    Upload folder using huggingface_hub over 1 year ago