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
/
gemma_1.1_instruct_7b_en

Text Generation
KerasHub
English
text-generation-inference
text-classification
text-conversation
text-to-text-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • KerasHub

    How to use keras/gemma_1.1_instruct_7b_en with KerasHub:

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

    How to use keras/gemma_1.1_instruct_7b_en 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/gemma_1.1_instruct_7b_en")
    
  • Notebooks
  • Google Colab
  • Kaggle
gemma_1.1_instruct_7b_en
17.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
Divyasreepat's picture
Divyasreepat
Update README.md with new model card content
f391483 verified about 1 year ago
  • assets
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.59 kB
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    7.69 kB
    Update README.md with new model card content about 1 year ago
  • config.json
    556 Bytes
    Upload 4 files over 1 year ago
  • metadata.json
    142 Bytes
    Upload 4 files over 1 year ago
  • model.weights.h5
    17.1 GB
    xet
    Upload 4 files over 1 year ago
  • tokenizer.json
    401 Bytes
    Upload 4 files over 1 year ago