MaartenGr commited on
Commit
19f17d3
·
verified ·
1 Parent(s): 63db66a

Add Technical Report

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -14,7 +14,8 @@ pipeline_tag: any-to-any
14
  <a href="https://huggingface.co/collections/google/gemma-4" target="_blank">Hugging Face</a> |
15
  <a href="https://github.com/google-gemma" target="_blank">GitHub</a> |
16
  <a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/" target="_blank">Launch Blog</a> |
17
- <a href="https://ai.google.dev/gemma/docs/core" target="_blank">Documentation</a>
 
18
  <br>
19
  <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>
20
  </p>
@@ -517,3 +518,19 @@ The development of vision-language models (VLMs) raises several ethical concerns
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  <a href="https://huggingface.co/collections/google/gemma-4" target="_blank">Hugging Face</a> |
15
  <a href="https://github.com/google-gemma" target="_blank">GitHub</a> |
16
  <a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/" target="_blank">Launch Blog</a> |
17
+ <a href="https://ai.google.dev/gemma/docs/core" target="_blank">Documentation</a> |
18
+ <a href="https://arxiv.org/abs/2607.02770" target="_blank">Technical Report</a>
19
  <br>
20
  <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>
21
  </p>
 
518
  ### **Benefits**
519
 
520
  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.
521
+
522
+ ## **Citation**
523
+
524
+ If you find our work helpful, please consider citing it:
525
+
526
+ ```bibtex
527
+ @misc{gemmateam2026gemma4,
528
+ title={Gemma 4 Technical Report},
529
+ author={Gemma Team},
530
+ year={2026},
531
+ eprint={2607.02770},
532
+ archivePrefix={arXiv},
533
+ primaryClass={cs.CL},
534
+ url={https://arxiv.org/abs/2607.02770},
535
+ }
536
+ ```