Edit model card

Access Gemma on Hugging Face

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

To access Gemma on Hugging Face, you’re required to review and agree to Google’s usage license. To do this, please ensure you’re logged-in to Hugging Face and click below. Requests are processed immediately.

Log in or Sign Up to review the conditions and access this model content.

Gemma 1

Google Model Page: Gemma

This model card corresponds to the latest 2B version of the Gemma model in Keras.

Keras models can be used with JAX, PyTorch or TensorFlow as numerical backends. JAX, with its support for SPMD model paralellism, is recommended for large models. For more information: distributed training with Keras and JAX.

You can find other models in the Gemma family here:

For more information about the model, visit https://huggingface.co/google/gemma-2b.

Resources and Technical Documentation:

Terms of Use: Terms

Authors: Google

Loading the model

import keras_nlp

gemma_lm = keras_nlp.models.GemmaCausalLM.from_preset("hf://google/gemma-2b-keras")
Downloads last month
55
Inference Examples
Inference API (serverless) does not yet support keras-nlp models for this pipeline type.

Collection including google/gemma-2b-keras