Edit model card

Access CodeGemma on Hugging Face

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

To access CodeGemma 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.

CodeGemma

This model card corresponds to the 2B base version of the Code Gemma model for usage in keras. For more information about the model, visit https://huggingface.co/google/codegemma-2b.

Model Page : CodeGemma

Resources and Technical Documentation : Technical Report : Responsible Generative AI Toolkit

Terms of Use : Terms

Authors : Google

Loading the model

import keras_nlp

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

Collection including google/codegemma-2b-keras