Instructions to use zeromodels/gemma-7b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/gemma-7b-it with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/gemma-7b-it") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ tags:
|
|
| 18 |
- tf
|
| 19 |
---
|
| 20 |
|
| 21 |
-
## ***See [our collection](https://huggingface.co/collections/zeromodels/gemma-
|
| 22 |
|
| 23 |
# Run Gemma with Keras 3: JAX, PyTorch, or TensorFlow
|
| 24 |
|
| 25 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/gemma/) [](https://huggingface.co/collections/zeromodels/gemma-
|
| 26 |
|
| 27 |
# zeromodels/gemma-7b-it
|
| 28 |
|
|
|
|
| 18 |
- tf
|
| 19 |
---
|
| 20 |
|
| 21 |
+
## ***See [our collection](https://huggingface.co/collections/zeromodels/gemma-6a8eaf9c6a69375e61349bbf) for all versions of Gemma.***
|
| 22 |
|
| 23 |
# Run Gemma with Keras 3: JAX, PyTorch, or TensorFlow
|
| 24 |
|
| 25 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/gemma/) [](https://huggingface.co/collections/zeromodels/gemma-6a8eaf9c6a69375e61349bbf)
|
| 26 |
|
| 27 |
# zeromodels/gemma-7b-it
|
| 28 |
|