FastFlowLM commited on
Commit
41d9426
·
verified ·
1 Parent(s): 9f50e4b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +435 -0
README.md ADDED
@@ -0,0 +1,435 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-4b-it-qat-q4_0-unquantized
3
+ language:
4
+ - en
5
+ license: gemma
6
+ tags:
7
+ - unsloth
8
+ - transformers
9
+ - gemma3
10
+ - gemma
11
+ - google
12
+ ---
13
+
14
+ # Gemma 3 model card
15
+
16
+ **Model Page**: [Gemma](https://ai.google.dev/gemma/docs/core)
17
+
18
+ **Resources and Technical Documentation**:
19
+
20
+ * [Gemma 3 Technical Report][g3-tech-report]
21
+ * [Responsible Generative AI Toolkit][rai-toolkit]
22
+ * [Gemma on Kaggle][kaggle-gemma]
23
+ * [Gemma on Vertex Model Garden][vertex-mg-gemma3]
24
+
25
+ **Terms of Use**: [Terms][terms]
26
+
27
+ **Authors**: Google DeepMind
28
+
29
+ ## Model Information
30
+
31
+ Summary description and brief definition of inputs and outputs.
32
+
33
+ ### Description
34
+
35
+ Gemma is a family of lightweight, state-of-the-art open models from Google,
36
+ built from the same research and technology used to create the Gemini models.
37
+ Gemma 3 models are multimodal, handling text and image input and generating text
38
+ output, with open weights for both pre-trained variants and instruction-tuned
39
+ variants. Gemma 3 has a large, 128K context window, multilingual support in over
40
+ 140 languages, and is available in more sizes than previous versions. Gemma 3
41
+ models are well-suited for a variety of text generation and image understanding
42
+ tasks, including question answering, summarization, and reasoning. Their
43
+ relatively small size makes it possible to deploy them in environments with
44
+ limited resources such as laptops, desktops or your own cloud infrastructure,
45
+ democratizing access to state of the art AI models and helping foster innovation
46
+ for everyone.
47
+
48
+ ### Inputs and outputs
49
+
50
+ - **Input:**
51
+ - Text string, such as a question, a prompt, or a document to be summarized
52
+ - Images, normalized to 896 x 896 resolution and encoded to 256 tokens
53
+ each
54
+ - Total input context of 128K tokens for the 4B, 12B, and 27B sizes, and
55
+ 32K tokens for the 1B size
56
+
57
+ - **Output:**
58
+ - Generated text in response to the input, such as an answer to a
59
+ question, analysis of image content, or a summary of a document
60
+ - Total output context of 8192 tokens
61
+
62
+ ### Citation
63
+
64
+ ```none
65
+ @article{gemma_2025,
66
+ title={Gemma 3},
67
+ url={https://goo.gle/Gemma3Report},
68
+ publisher={Kaggle},
69
+ author={Gemma Team},
70
+ year={2025}
71
+ }
72
+ ```
73
+
74
+ ## Model Data
75
+
76
+ Data used for model training and how the data was processed.
77
+
78
+ ### Training Dataset
79
+
80
+ These models were trained on a dataset of text data that includes a wide variety
81
+ of sources. The 27B model was trained with 14 trillion tokens, the 12B model was
82
+ trained with 12 trillion tokens, 4B model was trained with 4 trillion tokens and
83
+ 1B with 2 trillion tokens. Here are the key components:
84
+
85
+ - Web Documents: A diverse collection of web text ensures the model is
86
+ exposed to a broad range of linguistic styles, topics, and vocabulary. The
87
+ training dataset includes content in over 140 languages.
88
+ - Code: Exposing the model to code helps it to learn the syntax and
89
+ patterns of programming languages, which improves its ability to generate
90
+ code and understand code-related questions.
91
+ - Mathematics: Training on mathematical text helps the model learn logical
92
+ reasoning, symbolic representation, and to address mathematical queries.
93
+ - Images: A wide range of images enables the model to perform image
94
+ analysis and visual data extraction tasks.
95
+
96
+ The combination of these diverse data sources is crucial for training a powerful
97
+ multimodal model that can handle a wide variety of different tasks and data
98
+ formats.
99
+
100
+ ### Data Preprocessing
101
+
102
+ Here are the key data cleaning and filtering methods applied to the training
103
+ data:
104
+
105
+ - CSAM Filtering: Rigorous CSAM (Child Sexual Abuse Material) filtering
106
+ was applied at multiple stages in the data preparation process to ensure
107
+ the exclusion of harmful and illegal content.
108
+ - Sensitive Data Filtering: As part of making Gemma pre-trained models
109
+ safe and reliable, automated techniques were used to filter out certain
110
+ personal information and other sensitive data from training sets.
111
+ - Additional methods: Filtering based on content quality and safety in
112
+ line with [our policies][safety-policies].
113
+
114
+ ## Implementation Information
115
+
116
+ Details about the model internals.
117
+
118
+ ### Hardware
119
+
120
+ Gemma was trained using [Tensor Processing Unit (TPU)][tpu] hardware (TPUv4p,
121
+ TPUv5p and TPUv5e). Training vision-language models (VLMS) requires significant
122
+ computational power. TPUs, designed specifically for matrix operations common in
123
+ machine learning, offer several advantages in this domain:
124
+
125
+ - Performance: TPUs are specifically designed to handle the massive
126
+ computations involved in training VLMs. They can speed up training
127
+ considerably compared to CPUs.
128
+ - Memory: TPUs often come with large amounts of high-bandwidth memory,
129
+ allowing for the handling of large models and batch sizes during training.
130
+ This can lead to better model quality.
131
+ - Scalability: TPU Pods (large clusters of TPUs) provide a scalable
132
+ solution for handling the growing complexity of large foundation models.
133
+ You can distribute training across multiple TPU devices for faster and more
134
+ efficient processing.
135
+ - Cost-effectiveness: In many scenarios, TPUs can provide a more
136
+ cost-effective solution for training large models compared to CPU-based
137
+ infrastructure, especially when considering the time and resources saved
138
+ due to faster training.
139
+ - These advantages are aligned with
140
+ [Google's commitments to operate sustainably][sustainability].
141
+
142
+ ### Software
143
+
144
+ Training was done using [JAX][jax] and [ML Pathways][ml-pathways].
145
+
146
+ JAX allows researchers to take advantage of the latest generation of hardware,
147
+ including TPUs, for faster and more efficient training of large models. ML
148
+ Pathways is Google's latest effort to build artificially intelligent systems
149
+ capable of generalizing across multiple tasks. This is specially suitable for
150
+ foundation models, including large language models like these ones.
151
+
152
+ Together, JAX and ML Pathways are used as described in the
153
+ [paper about the Gemini family of models][gemini-2-paper]; *"the 'single
154
+ controller' programming model of Jax and Pathways allows a single Python
155
+ process to orchestrate the entire training run, dramatically simplifying the
156
+ development workflow."*
157
+
158
+ ## Evaluation
159
+
160
+ Model evaluation metrics and results.
161
+
162
+ ### Benchmark Results
163
+
164
+ These models were evaluated against a large collection of different datasets and
165
+ metrics to cover different aspects of text generation:
166
+
167
+ #### Reasoning and factuality
168
+
169
+ | Benchmark | Metric | Gemma 3 PT 1B | Gemma 3 PT 4B | Gemma 3 PT 12B | Gemma 3 PT 27B |
170
+ | ------------------------------ |----------------|:--------------:|:-------------:|:--------------:|:--------------:|
171
+ | [HellaSwag][hellaswag] | 10-shot | 62.3 | 77.2 | 84.2 | 85.6 |
172
+ | [BoolQ][boolq] | 0-shot | 63.2 | 72.3 | 78.8 | 82.4 |
173
+ | [PIQA][piqa] | 0-shot | 73.8 | 79.6 | 81.8 | 83.3 |
174
+ | [SocialIQA][socialiqa] | 0-shot | 48.9 | 51.9 | 53.4 | 54.9 |
175
+ | [TriviaQA][triviaqa] | 5-shot | 39.8 | 65.8 | 78.2 | 85.5 |
176
+ | [Natural Questions][naturalq] | 5-shot | 9.48 | 20.0 | 31.4 | 36.1 |
177
+ | [ARC-c][arc] | 25-shot | 38.4 | 56.2 | 68.9 | 70.6 |
178
+ | [ARC-e][arc] | 0-shot | 73.0 | 82.4 | 88.3 | 89.0 |
179
+ | [WinoGrande][winogrande] | 5-shot | 58.2 | 64.7 | 74.3 | 78.8 |
180
+ | [BIG-Bench Hard][bbh] | few-shot | 28.4 | 50.9 | 72.6 | 77.7 |
181
+ | [DROP][drop] | 1-shot | 42.4 | 60.1 | 72.2 | 77.2 |
182
+
183
+ [hellaswag]: https://arxiv.org/abs/1905.07830
184
+ [boolq]: https://arxiv.org/abs/1905.10044
185
+ [piqa]: https://arxiv.org/abs/1911.11641
186
+ [socialiqa]: https://arxiv.org/abs/1904.09728
187
+ [triviaqa]: https://arxiv.org/abs/1705.03551
188
+ [naturalq]: https://github.com/google-research-datasets/natural-questions
189
+ [arc]: https://arxiv.org/abs/1911.01547
190
+ [winogrande]: https://arxiv.org/abs/1907.10641
191
+ [bbh]: https://paperswithcode.com/dataset/bbh
192
+ [drop]: https://arxiv.org/abs/1903.00161
193
+
194
+ #### STEM and code
195
+
196
+ | Benchmark | Metric | Gemma 3 PT 4B | Gemma 3 PT 12B | Gemma 3 PT 27B |
197
+ | ------------------------------ |----------------|:-------------:|:--------------:|:--------------:|
198
+ | [MMLU][mmlu] | 5-shot | 59.6 | 74.5 | 78.6 |
199
+ | [MMLU][mmlu] (Pro COT) | 5-shot | 29.2 | 45.3 | 52.2 |
200
+ | [AGIEval][agieval] | 3-5-shot | 42.1 | 57.4 | 66.2 |
201
+ | [MATH][math] | 4-shot | 24.2 | 43.3 | 50.0 |
202
+ | [GSM8K][gsm8k] | 8-shot | 38.4 | 71.0 | 82.6 |
203
+ | [GPQA][gpqa] | 5-shot | 15.0 | 25.4 | 24.3 |
204
+ | [MBPP][mbpp] | 3-shot | 46.0 | 60.4 | 65.6 |
205
+ | [HumanEval][humaneval] | 0-shot | 36.0 | 45.7 | 48.8 |
206
+
207
+ [mmlu]: https://arxiv.org/abs/2009.03300
208
+ [agieval]: https://arxiv.org/abs/2304.06364
209
+ [math]: https://arxiv.org/abs/2103.03874
210
+ [gsm8k]: https://arxiv.org/abs/2110.14168
211
+ [gpqa]: https://arxiv.org/abs/2311.12022
212
+ [mbpp]: https://arxiv.org/abs/2108.07732
213
+ [humaneval]: https://arxiv.org/abs/2107.03374
214
+
215
+ #### Multilingual
216
+
217
+ | Benchmark | Gemma 3 PT 1B | Gemma 3 PT 4B | Gemma 3 PT 12B | Gemma 3 PT 27B |
218
+ | ------------------------------------ |:-------------:|:-------------:|:--------------:|:--------------:|
219
+ | [MGSM][mgsm] | 2.04 | 34.7 | 64.3 | 74.3 |
220
+ | [Global-MMLU-Lite][global-mmlu-lite] | 24.9 | 57.0 | 69.4 | 75.7 |
221
+ | [WMT24++][wmt24pp] (ChrF) | 36.7 | 48.4 | 53.9 | 55.7 |
222
+ | [FloRes][flores] | 29.5 | 39.2 | 46.0 | 48.8 |
223
+ | [XQuAD][xquad] (all) | 43.9 | 68.0 | 74.5 | 76.8 |
224
+ | [ECLeKTic][eclektic] | 4.69 | 11.0 | 17.2 | 24.4 |
225
+ | [IndicGenBench][indicgenbench] | 41.4 | 57.2 | 61.7 | 63.4 |
226
+
227
+ [mgsm]: https://arxiv.org/abs/2210.03057
228
+ [flores]: https://arxiv.org/abs/2106.03193
229
+ [xquad]: https://arxiv.org/abs/1910.11856v3
230
+ [global-mmlu-lite]: https://huggingface.co/datasets/CohereForAI/Global-MMLU-Lite
231
+ [wmt24pp]: https://arxiv.org/abs/2502.12404v1
232
+ [eclektic]: https://arxiv.org/abs/2502.21228
233
+ [indicgenbench]: https://arxiv.org/abs/2404.16816
234
+
235
+ #### Multimodal
236
+
237
+ | Benchmark | Gemma 3 PT 4B | Gemma 3 PT 12B | Gemma 3 PT 27B |
238
+ | ------------------------------ |:-------------:|:--------------:|:--------------:|
239
+ | [COCOcap][coco-cap] | 102 | 111 | 116 |
240
+ | [DocVQA][docvqa] (val) | 72.8 | 82.3 | 85.6 |
241
+ | [InfoVQA][info-vqa] (val) | 44.1 | 54.8 | 59.4 |
242
+ | [MMMU][mmmu] (pt) | 39.2 | 50.3 | 56.1 |
243
+ | [TextVQA][textvqa] (val) | 58.9 | 66.5 | 68.6 |
244
+ | [RealWorldQA][realworldqa] | 45.5 | 52.2 | 53.9 |
245
+ | [ReMI][remi] | 27.3 | 38.5 | 44.8 |
246
+ | [AI2D][ai2d] | 63.2 | 75.2 | 79.0 |
247
+ | [ChartQA][chartqa] | 63.6 | 74.7 | 76.3 |
248
+ | [VQAv2][vqav2] | 63.9 | 71.2 | 72.9 |
249
+ | [BLINK][blinkvqa] | 38.0 | 35.9 | 39.6 |
250
+ | [OKVQA][okvqa] | 51.0 | 58.7 | 60.2 |
251
+ | [TallyQA][tallyqa] | 42.5 | 51.8 | 54.3 |
252
+ | [SpatialSense VQA][ss-vqa] | 50.9 | 60.0 | 59.4 |
253
+ | [CountBenchQA][countbenchqa] | 26.1 | 17.8 | 68.0 |
254
+
255
+ [coco-cap]: https://cocodataset.org/#home
256
+ [docvqa]: https://www.docvqa.org/
257
+ [info-vqa]: https://arxiv.org/abs/2104.12756
258
+ [mmmu]: https://arxiv.org/abs/2311.16502
259
+ [textvqa]: https://textvqa.org/
260
+ [realworldqa]: https://paperswithcode.com/dataset/realworldqa
261
+ [remi]: https://arxiv.org/html/2406.09175v1
262
+ [ai2d]: https://allenai.org/data/diagrams
263
+ [chartqa]: https://arxiv.org/abs/2203.10244
264
+ [vqav2]: https://visualqa.org/index.html
265
+ [blinkvqa]: https://arxiv.org/abs/2404.12390
266
+ [okvqa]: https://okvqa.allenai.org/
267
+ [tallyqa]: https://arxiv.org/abs/1810.12440
268
+ [ss-vqa]: https://arxiv.org/abs/1908.02660
269
+ [countbenchqa]: https://github.com/google-research/big_vision/blob/main/big_vision/datasets/countbenchqa/
270
+
271
+ ## Ethics and Safety
272
+
273
+ Ethics and safety evaluation approach and results.
274
+
275
+ ### Evaluation Approach
276
+
277
+ Our evaluation methods include structured evaluations and internal red-teaming
278
+ testing of relevant content policies. Red-teaming was conducted by a number of
279
+ different teams, each with different goals and human evaluation metrics. These
280
+ models were evaluated against a number of different categories relevant to
281
+ ethics and safety, including:
282
+
283
+ - **Child Safety**: Evaluation of text-to-text and image to text prompts
284
+ covering child safety policies, including child sexual abuse and
285
+ exploitation.
286
+ - **Content Safety:** Evaluation of text-to-text and image to text prompts
287
+ covering safety policies including, harassment, violence and gore, and hate
288
+ speech.
289
+ - **Representational Harms**: Evaluation of text-to-text and image to text
290
+ prompts covering safety policies including bias, stereotyping, and harmful
291
+ associations or inaccuracies.
292
+
293
+ In addition to development level evaluations, we conduct "assurance
294
+ evaluations" which are our 'arms-length' internal evaluations for responsibility
295
+ governance decision making. They are conducted separately from the model
296
+ development team, to inform decision making about release. High level findings
297
+ are fed back to the model team, but prompt sets are held-out to prevent
298
+ overfitting and preserve the results' ability to inform decision making.
299
+ Assurance evaluation results are reported to our Responsibility & Safety Council
300
+ as part of release review.
301
+
302
+ ### Evaluation Results
303
+
304
+ For all areas of safety testing, we saw major improvements in the categories of
305
+ child safety, content safety, and representational harms relative to previous
306
+ Gemma models. All testing was conducted without safety filters to evaluate the
307
+ model capabilities and behaviors. For both text-to-text and image-to-text, and
308
+ across all model sizes, the model produced minimal policy violations, and showed
309
+ significant improvements over previous Gemma models' performance with respect
310
+ to ungrounded inferences. A limitation of our evaluations was they included only
311
+ English language prompts.
312
+
313
+ ## Usage and Limitations
314
+
315
+ These models have certain limitations that users should be aware of.
316
+
317
+ ### Intended Usage
318
+
319
+ Open vision-language models (VLMs) models have a wide range of applications
320
+ across various industries and domains. The following list of potential uses is
321
+ not comprehensive. The purpose of this list is to provide contextual information
322
+ about the possible use-cases that the model creators considered as part of model
323
+ training and development.
324
+
325
+ - Content Creation and Communication
326
+ - Text Generation: These models can be used to generate creative text
327
+ formats such as poems, scripts, code, marketing copy, and email drafts.
328
+ - Chatbots and Conversational AI: Power conversational interfaces
329
+ for customer service, virtual assistants, or interactive applications.
330
+ - Text Summarization: Generate concise summaries of a text corpus,
331
+ research papers, or reports.
332
+ - Image Data Extraction: These models can be used to extract,
333
+ interpret, and summarize visual data for text communications.
334
+ - Research and Education
335
+ - Natural Language Processing (NLP) and VLM Research: These
336
+ models can serve as a foundation for researchers to experiment with VLM
337
+ and NLP techniques, develop algorithms, and contribute to the
338
+ advancement of the field.
339
+ - Language Learning Tools: Support interactive language learning
340
+ experiences, aiding in grammar correction or providing writing practice.
341
+ - Knowledge Exploration: Assist researchers in exploring large
342
+ bodies of text by generating summaries or answering questions about
343
+ specific topics.
344
+
345
+ ### Limitations
346
+
347
+ - Training Data
348
+ - The quality and diversity of the training data significantly
349
+ influence the model's capabilities. Biases or gaps in the training data
350
+ can lead to limitations in the model's responses.
351
+ - The scope of the training dataset determines the subject areas
352
+ the model can handle effectively.
353
+ - Context and Task Complexity
354
+ - Models are better at tasks that can be framed with clear
355
+ prompts and instructions. Open-ended or highly complex tasks might be
356
+ challenging.
357
+ - A model's performance can be influenced by the amount of context
358
+ provided (longer context generally leads to better outputs, up to a
359
+ certain point).
360
+ - Language Ambiguity and Nuance
361
+ - Natural language is inherently complex. Models might struggle
362
+ to grasp subtle nuances, sarcasm, or figurative language.
363
+ - Factual Accuracy
364
+ - Models generate responses based on information they learned
365
+ from their training datasets, but they are not knowledge bases. They
366
+ may generate incorrect or outdated factual statements.
367
+ - Common Sense
368
+ - Models rely on statistical patterns in language. They might
369
+ lack the ability to apply common sense reasoning in certain situations.
370
+
371
+ ### Ethical Considerations and Risks
372
+
373
+ The development of vision-language models (VLMs) raises several ethical
374
+ concerns. In creating an open model, we have carefully considered the following:
375
+
376
+ - Bias and Fairness
377
+ - VLMs trained on large-scale, real-world text and image data can
378
+ reflect socio-cultural biases embedded in the training material. These
379
+ models underwent careful scrutiny, input data pre-processing described
380
+ and posterior evaluations reported in this card.
381
+ - Misinformation and Misuse
382
+ - VLMs can be misused to generate text that is false, misleading,
383
+ or harmful.
384
+ - Guidelines are provided for responsible use with the model, see the
385
+ [Responsible Generative AI Toolkit][rai-toolkit].
386
+ - Transparency and Accountability:
387
+ - This model card summarizes details on the models' architecture,
388
+ capabilities, limitations, and evaluation processes.
389
+ - A responsibly developed open model offers the opportunity to
390
+ share innovation by making VLM technology accessible to developers and
391
+ researchers across the AI ecosystem.
392
+
393
+ Risks identified and mitigations:
394
+
395
+ - **Perpetuation of biases**: It's encouraged to perform continuous
396
+ monitoring (using evaluation metrics, human review) and the exploration of
397
+ de-biasing techniques during model training, fine-tuning, and other use
398
+ cases.
399
+ - **Generation of harmful content**: Mechanisms and guidelines for content
400
+ safety are essential. Developers are encouraged to exercise caution and
401
+ implement appropriate content safety safeguards based on their specific
402
+ product policies and application use cases.
403
+ - **Misuse for malicious purposes**: Technical limitations and developer
404
+ and end-user education can help mitigate against malicious applications of
405
+ VLMs. Educational resources and reporting mechanisms for users to flag
406
+ misuse are provided. Prohibited uses of Gemma models are outlined in the
407
+ [Gemma Prohibited Use Policy][prohibited-use].
408
+ - **Privacy violations**: Models were trained on data filtered for removal
409
+ of certain personal information and other sensitive data. Developers are
410
+ encouraged to adhere to privacy regulations with privacy-preserving
411
+ techniques.
412
+
413
+ ### Benefits
414
+
415
+ At the time of release, this family of models provides high-performance open
416
+ vision-language model implementations designed from the ground up for
417
+ responsible AI development compared to similarly sized models.
418
+
419
+ Using the benchmark evaluation metrics described in this document, these models
420
+ have shown to provide superior performance to other, comparably-sized open model
421
+ alternatives.
422
+
423
+ [g3-tech-report]: https://goo.gle/Gemma3Report
424
+ [rai-toolkit]: https://ai.google.dev/responsible
425
+ [kaggle-gemma]: https://www.kaggle.com/models/google/gemma-3
426
+ [vertex-mg-gemma3]: https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/gemma3
427
+ [terms]: https://ai.google.dev/gemma/terms
428
+ [safety-policies]: https://ai.google/static/documents/ai-responsibility-update-published-february-2025.pdf
429
+ [prohibited-use]: https://ai.google.dev/gemma/prohibited_use_policy
430
+ [tpu]: https://cloud.google.com/tpu/docs/intro-to-tpu
431
+ [sustainability]: https://sustainability.google/operating-sustainably/
432
+ [jax]: https://github.com/jax-ml/jax
433
+ [ml-pathways]: https://blog.google/technology/ai/introducing-pathways-next-generation-ai-architecture/
434
+ [sustainability]: https://sustainability.google/operating-sustainably/
435
+ [gemini-2-paper]: https://arxiv.org/abs/2312.11805