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

  • Log In
  • Sign Up

keras
/
gemma_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_instruct_7b_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasHub

    How to use keras/gemma_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_instruct_7b_en")
    
  • Keras

    How to use keras/gemma_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_instruct_7b_en")
    
  • Notebooks
  • Google Colab
  • Kaggle
gemma_instruct_7b_en
17.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
Divyasreepat's picture
Divyasreepat
Update README.md with new model card content
d90da53 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.65 kB
    Update README.md with new model card content about 1 year ago
  • config.json
    552 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • metadata.json
    142 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model.weights.h5
    17.1 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    401 Bytes
    Upload folder using huggingface_hub over 1 year ago