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

keras
/
t5_1.1_small

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

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

  • Libraries
  • KerasHub

    How to use keras/t5_1.1_small with KerasHub:

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

    How to use keras/t5_1.1_small 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_1.1_small")
    
  • Notebooks
  • Google Colab
  • Kaggle
t5_1.1_small
309 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
Divyasreepat's picture
Divyasreepat
Update README.md with new model card content
bee76f8 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
    556 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • metadata.json
    158 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model.weights.h5
    309 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    576 Bytes
    Upload folder using huggingface_hub over 1 year ago