Instructions to use google/gemma-4-E2B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E2B-it with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("google/gemma-4-E2B-it") model = AutoModelForMultimodalLM.from_pretrained("google/gemma-4-E2B-it", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- AMD Developer Cloud
Add Technical Report
Browse files
README.md
CHANGED
|
@@ -16,7 +16,8 @@ base_model:
|
|
| 16 |
<a href="https://huggingface.co/collections/google/gemma-4" target="_blank">Hugging Face</a> |
|
| 17 |
<a href="https://github.com/google-gemma" target="_blank">GitHub</a> |
|
| 18 |
<a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/" target="_blank">Launch Blog</a> |
|
| 19 |
-
<a href="https://ai.google.dev/gemma/docs/core" target="_blank">Documentation</a>
|
|
|
|
| 20 |
<br>
|
| 21 |
<b>License</b>: <a href="https://ai.google.dev/gemma/docs/gemma_4_license" target="_blank">Apache 2.0</a> | <b>Authors</b>: <a href="https://deepmind.google/models/gemma/" target="_blank">Google DeepMind</a>
|
| 22 |
</p>
|
|
@@ -515,4 +516,20 @@ The development of vision-language models (VLMs) raises several ethical concerns
|
|
| 515 |
|
| 516 |
### **Benefits**
|
| 517 |
|
| 518 |
-
At the time of release, this family of models provides high-performance open vision-language model implementations designed from the ground up for responsible AI development compared to similarly sized models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
<a href="https://huggingface.co/collections/google/gemma-4" target="_blank">Hugging Face</a> |
|
| 17 |
<a href="https://github.com/google-gemma" target="_blank">GitHub</a> |
|
| 18 |
<a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/" target="_blank">Launch Blog</a> |
|
| 19 |
+
<a href="https://ai.google.dev/gemma/docs/core" target="_blank">Documentation</a> |
|
| 20 |
+
<a href="https://arxiv.org/abs/2607.02770" target="_blank">Technical Report</a>
|
| 21 |
<br>
|
| 22 |
<b>License</b>: <a href="https://ai.google.dev/gemma/docs/gemma_4_license" target="_blank">Apache 2.0</a> | <b>Authors</b>: <a href="https://deepmind.google/models/gemma/" target="_blank">Google DeepMind</a>
|
| 23 |
</p>
|
|
|
|
| 516 |
|
| 517 |
### **Benefits**
|
| 518 |
|
| 519 |
+
At the time of release, this family of models provides high-performance open vision-language model implementations designed from the ground up for responsible AI development compared to similarly sized models.
|
| 520 |
+
|
| 521 |
+
## **Citation**
|
| 522 |
+
|
| 523 |
+
If you find our work helpful, please consider citing it:
|
| 524 |
+
|
| 525 |
+
```bibtex
|
| 526 |
+
@misc{gemmateam2026gemma4,
|
| 527 |
+
title={Gemma 4 Technical Report},
|
| 528 |
+
author={Gemma Team},
|
| 529 |
+
year={2026},
|
| 530 |
+
eprint={2607.02770},
|
| 531 |
+
archivePrefix={arXiv},
|
| 532 |
+
primaryClass={cs.CL},
|
| 533 |
+
url={https://arxiv.org/abs/2607.02770},
|
| 534 |
+
}
|
| 535 |
+
```
|