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, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("google/gemma-4-E2B-it") model = AutoModelForImageTextToText.from_pretrained("google/gemma-4-E2B-it") - Notebooks
- Google Colab
- Kaggle
Add MMMU-Pro evaluation result
Browse files
.eval_results/mmmu_pro.yaml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- dataset:
|
| 2 |
+
id: MMMU/MMMU_Pro
|
| 3 |
+
task_id: mmmu_pro_vision
|
| 4 |
+
value: 44.2
|
| 5 |
+
date: '2026-05-12'
|
| 6 |
+
source:
|
| 7 |
+
url: https://huggingface.co/google/gemma-4-E2B-it
|
| 8 |
+
name: Model Card
|