# gemma

Gemma is a family of lightweight open AI models developed by Google DeepMind and other Google teams, available to run in applications and on user hardware.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Autonomous LLM post-training with Tunix on TPUs

DevFeed: [Autonomous LLM post-training with Tunix on TPUs](<https://devfeed.tech/articles/autonomous-llm-post-training-with-tunix-on-tpus-4205.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/autonomous-llm-post-training-with-tunix-on-tpus/>)

Author: Wei Wei

Published: 2026-09-12T11:04:33.891311Z

Content type: article

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [post-training](<https://devfeed.tech/topics/post-training.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [grpo](<https://devfeed.tech/topics/grpo.md>), [lora](<https://devfeed.tech/topics/lora.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Google](<https://devfeed.tech/topics/google.md>), [Reinforcement learning](<https://devfeed.tech/topics/reinforcement-learning.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [autonomous](<https://devfeed.tech/tags/autonomous.md>), [cli](<https://devfeed.tech/tags/cli.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [git](<https://devfeed.tech/tags/git.md>), [google](<https://devfeed.tech/tags/google.md>), [grpo](<https://devfeed.tech/tags/grpo.md>), [llm](<https://devfeed.tech/tags/llm.md>), [lora](<https://devfeed.tech/tags/lora.md>), [post-training](<https://devfeed.tech/tags/post-training.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This article presents autofinetune, an autonomous research loop for LLM post-training. Using AI agents and Google's AI stack, including Tunix, Gemma, Cloud TPUs, Antigravity CLI, and Gemini Flash 3.7, it automates supervised fine-tuning and reinforcement learning with GRPO, exploring hyperparameters such as LoRA configurations, learning rates, batch sizes, and rollout settings.

### Source excerpt

Imagine going to sleep after writing a single Markdown specification and waking up to find that an A...

## Abliterated Models Show Verdict Bias in FreeBSD Kernel Bug Hunting

DevFeed: [Abliterated Models Show Verdict Bias in FreeBSD Kernel Bug Hunting](<https://devfeed.tech/articles/don-t-let-abliteration-abliterate-your-bug-hunting-discovering-verdict-bias-in-uncensored-models-39717.md>)

Original publisher: [Read original article](<https://clearbluejar.github.io/posts/does-abliteration-skew-your-bug-hunting/>)

Author: clearbluejar

Published: 2026-09-01T06:00:00Z

Content type: article

Language: en

Sources: [clearbluejar](<https://devfeed.tech/sources/clearbluejar.md>)

Topics: [freebsd](<https://devfeed.tech/topics/freebsd.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [gemma](<https://devfeed.tech/topics/gemma.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [bug-hunting](<https://devfeed.tech/tags/bug-hunting.md>), [cve](<https://devfeed.tech/tags/cve.md>), [false-positives](<https://devfeed.tech/tags/false-positives.md>), [freebsd](<https://devfeed.tech/tags/freebsd.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [llms](<https://devfeed.tech/tags/llms.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-research](<https://devfeed.tech/tags/vulnerability-research.md>)

### AI overview

The article examines local abliterated open-weight models during vulnerability scanning of FreeBSD kernel source. Compared with base models of the same family and size, the modified models produced substantially more candidate and VALID findings, including false positives, while the most aggressive build did not surface the real CVE in a 28-file scan. The article describes this tendency as verdict bias: a greater willingness to return positive findings under uncertainty.

### Source excerpt

Abliterated models never refuse, which makes them tempting for bug hunting. But on the same kernel source, they graduate three to four times as many findings to VALID, including false positives the base correctly rejects, and across a 28-file scan of FreeBSD's sys/rpc the most aggressive build never surfaced the real CVE at all.

## Batch-Evaluating LLM Agent Trajectories for Responsible AI Checks on Cloud TPU v5e

DevFeed: [Batch-Evaluating LLM Agent Trajectories for Responsible AI Checks on Cloud TPU v5e](<https://devfeed.tech/articles/the-score-was-right-the-agent-was-wrong-22858.md>)

Original publisher: [Read original article](<https://medium.com/google-developer-experts/the-score-was-right-the-agent-was-wrong-59efb6a1f1fe?source=rss----a67bd6fa7d58---4>)

Author: Noble Ackerson

Published: 2026-08-04T23:28:06Z

Content type: tutorial

Language: en

Sources: [Google Developer Experts - Medium](<https://devfeed.tech/sources/google-developer-experts-medium.md>)

Topics: [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Security](<https://devfeed.tech/topics/security.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google-cloud-platform](<https://devfeed.tech/tags/google-cloud-platform.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [responsible-ai](<https://devfeed.tech/tags/responsible-ai.md>), [security](<https://devfeed.tech/tags/security.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

This article describes batch-evaluating LLM agent trajectories for responsible-AI checks before incidents occur. It connects reported production-system breaches with Hugging Face's use of LLM-driven analysis over more than 17,000 attacker events, then presents a scheduled approach using Gemma through vLLM on Cloud TPU v5e.

### Source excerpt

Batch-evaluating agent trajectories on Cloud TPU v5e (compliance-at-scale, part 2) Trajectory batch eval pipeline for rai-checklist-cli A week or so ago, Hugging Face disclosed that an autonomous agent had broken into its production infrastructure. Five days later, OpenAI confirmed the agent was theirs: a combination of its own models, running an internal cyber-capability eval with the production safety classifiers switched off. The models were being tested on a benchmark called ExploitGym. The fastest observable path to a solution ran through the answer key. They escaped the isolated environment through a package-registry proxy, chained stolen credentials with zero-day vulnerabilities, and pulled the test solutions out of Hugging Face's production database. Per Axios, the agent kept pursuing its assigned objective even after it had escaped the test environment. Nine days later, Anthropic said hold my beer, checked its own logs and found three more. It reviewed 141,006 runs and found three cases where Claude models had reached the open internet and breached real production systems, the earliest dating to April. Two of the three organizations learned about it when Anthropic notified them. One lab looked and found something. A second lab looked and found something. That is the whole story here, and it should be the uncomfortable part: none of this surfaced through production monitoring. It surfaced because somebody went back and read the trajectories. Nobody has published what score that run produced. It doesn't matter. The part of this story that matters for this series is what Hugging Face did next with their findings. To reconstruct the intrusion, Hugging Face's security team ran LLM-driven analysis agents over the full attacker action log: more than 17,000 recorded events. Reporting indicates they did that analysis with an open-weight model on their own infrastructure, partly so no hosted safety classifier sat between the responders and the attack data, and partly

## Accelerating Gemini Nano models on Pixel with frozen Multi-Token Prediction

DevFeed: [Accelerating Gemini Nano models on Pixel with frozen Multi-Token Prediction](<https://devfeed.tech/articles/accelerating-gemini-nano-models-on-pixel-with-frozen-multi-token-prediction-6744.md>)

Original publisher: [Read original article](<https://research.google/blog/accelerating-gemini-nano-models-on-pixel-with-frozen-multi-token-prediction/>)

Published: 2026-06-26T18:30:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [gemma](<https://devfeed.tech/topics/gemma.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [energy](<https://devfeed.tech/tags/energy.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [mobile-systems](<https://devfeed.tech/tags/mobile-systems.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [phones](<https://devfeed.tech/tags/phones.md>)

### AI overview

Google Research describes a method for retrofitting Multi-Token Prediction onto frozen Gemini Nano v3 production models to accelerate on-device inference on Pixel phones. The approach targets mobile energy and memory constraints, improving the speed and energy efficiency of features such as notification summaries and proofreading without requiring separate drafting models.

### Source excerpt

Machine Intelligence

## Using local Gemma and Qwen models to triage OpenClaw issues and pull requests

DevFeed: [Using local Gemma and Qwen models to triage OpenClaw issues and pull requests](<https://devfeed.tech/articles/we-got-local-models-to-triage-the-openclaw-repo-for-free-7341.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/local-models-pr-triage>)

Author: Onur Solmaz; ben burtenshaw; shaun smith

Published: 2026-06-22T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [OpenClaw](<https://devfeed.tech/topics/openclaw.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [qwen](<https://devfeed.tech/topics/qwen.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [free](<https://devfeed.tech/tags/free.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [guide](<https://devfeed.tech/tags/guide.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-collab](<https://devfeed.tech/tags/open-source-collab.md>), [openclaw](<https://devfeed.tech/tags/openclaw.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [real-time](<https://devfeed.tech/tags/real-time.md>)

### AI overview

The article describes using local Gemma and Qwen models in an agent harness to classify and triage issues and pull requests in the OpenClaw repository. It presents local execution as a way to support near-real-time notifications without relying on a paid hosted-model quota, using structured outputs and a finite label set.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Gemma 4: Byte for byte, the most capable open models

DevFeed: [Gemma 4: Byte for byte, the most capable open models](<https://devfeed.tech/articles/gemma-4-byte-for-byte-the-most-capable-open-models-6176.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/gemma-4-byte-for-byte-the-most-capable-open-models/>)

Author: Clement Farabet

Published: 2026-04-02T16:00:49Z

Content type: release

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [gemma4](<https://devfeed.tech/topics/gemma4.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [apache](<https://devfeed.tech/tags/apache.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [none](<https://devfeed.tech/tags/none.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open](<https://devfeed.tech/tags/open.md>), [performance](<https://devfeed.tech/tags/performance.md>), [products](<https://devfeed.tech/tags/products.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [research](<https://devfeed.tech/tags/research.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Gemma 4 is a family of open models designed for advanced reasoning and agentic workflows. It includes E2B, E4B, 26B Mixture of Experts, and 31B Dense variants, with an Apache 2.0 license and designs optimized for hardware ranging from Android devices and laptop GPUs to developer workstations and accelerators.

### Source excerpt

Gemma 4: Our most intelligent open models to date, purpose-built for advanced reasoning and agentic workflows.

## Local AI Setup Guide for Android Developers

DevFeed: [Local AI Setup Guide for Android Developers](<https://devfeed.tech/articles/zero-to-ai-an-android-developer-s-vital-local-setup-24918.md>)

Original publisher: [Read original article](<https://blog.blundellapps.co.uk/zero-to-ai-an-android-developers-vital-local-setup/>)

Author: blundell

Published: 2026-01-18T14:03:28Z

Content type: tutorial

Language: en

Sources: [Blundell](<https://devfeed.tech/sources/blundell.md>)

Topics: [android-development](<https://devfeed.tech/topics/android-development.md>), [Ollama](<https://devfeed.tech/topics/ollama.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [beginner](<https://devfeed.tech/tags/beginner.md>), [beginner-reference](<https://devfeed.tech/tags/beginner-reference.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [intermediate](<https://devfeed.tech/tags/intermediate.md>), [llm](<https://devfeed.tech/tags/llm.md>), [local](<https://devfeed.tech/tags/local.md>), [offline](<https://devfeed.tech/tags/offline.md>), [ollama](<https://devfeed.tech/tags/ollama.md>), [reference](<https://devfeed.tech/tags/reference.md>)

### AI overview

A Day 1 setup guide for Android developers that recommends AI-focused browser resources and Ollama for running open-source models locally. It discusses Gemma 3, including its multimodal capabilities, 128k-token context window, and hardware considerations.

### Source excerpt

Forget just installing Android Studio and calling it a day. To operate at scale, you need a local environment that augments your engineering intuition with LLM-powered efficiency. Here is your Day 1 guide to setting up your machine for success. The post Zero to AI: An Android Developer's Vital Local Setup first appeared on Blundell.

## Gemma Scope 2: helping the AI safety community deepen understanding of complex language model behavior

DevFeed: [Gemma Scope 2: helping the AI safety community deepen understanding of complex language model behavior](<https://devfeed.tech/articles/gemma-scope-2-helping-the-ai-safety-community-deepen-understanding-of-complex-language-model-behavior-6177.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/gemma-scope-2-helping-the-ai-safety-community-deepen-understanding-of-complex-language-model-behavior/>)

Author: Language Model Interpretability team

Published: 2025-12-16T10:14:24Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [ai safety](<https://devfeed.tech/topics/ai-safety.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI Research](<https://devfeed.tech/topics/ai-research.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [ai-models](<https://devfeed.tech/tags/ai-models.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [ai-safety](<https://devfeed.tech/tags/ai-safety.md>), [debug](<https://devfeed.tech/tags/debug.md>), [demo](<https://devfeed.tech/tags/demo.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [responsibility-safety](<https://devfeed.tech/tags/responsibility-safety.md>), [safety](<https://devfeed.tech/tags/safety.md>)

### AI overview

Google DeepMind announces Gemma Scope 2, an open suite of interpretability tools covering all Gemma 3 model sizes from 270M to 27B parameters. The tools use sparse autoencoders and transcoders to help researchers examine language model behavior, investigate safety risks, and study issues such as jailbreaks, hallucinations, and sycophancy.

### Source excerpt

Open interpretability tools for language models are now available across the entire Gemma 3 family with the release of Gemma Scope 2.

## Gemma 3 AI model in Clojure

DevFeed: [Gemma 3 AI model in Clojure](<https://devfeed.tech/articles/gemma-3-ai-model-in-clojure-20729.md>)

Original publisher: [Read original article](<http://dragan.rocks/articles/25/Gemma-3-AI-model-in-Clojure>)

Published: 2025-12-09T22:35:00Z

Content type: tutorial

Language: en

Sources: [Dragan Djuric](<https://devfeed.tech/sources/dragan-djuric.md>)

Topics: [Clojure](<https://devfeed.tech/topics/clojure.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [onnx](<https://devfeed.tech/topics/onnx.md>), [gemma](<https://devfeed.tech/topics/gemma.md>)

Tags: [3](<https://devfeed.tech/tags/3.md>), [ai](<https://devfeed.tech/tags/ai.md>), [clojure](<https://devfeed.tech/tags/clojure.md>), [code](<https://devfeed.tech/tags/code.md>), [deep](<https://devfeed.tech/tags/deep.md>), [diamond](<https://devfeed.tech/tags/diamond.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llms](<https://devfeed.tech/tags/llms.md>), [onnx](<https://devfeed.tech/tags/onnx.md>)

### AI overview

This tutorial demonstrates loading and running a one-step Gemma 3 inference in Clojure through the ONNX runtime integration in Deep Diamond. It configures a smaller one-billion-parameter model, uses main-memory tensors with the oneDNN engine, and explains that the demonstrated output is a next-token tensor rather than a complete generated response.

### Source excerpt

Recently I've been working on the ONNX runtime integration into Deep Diamond, backed by the grant sponsored by the Clojurists Together Foundation. In the past few articles, we've seen how ONNX models are integrated into Deep Diamond, using only a single function onnx, with almost no need for additional configuration (which is available). I used a simple MNIST model in the demonstration. But, can we now load and run the inference on the real deal models, such as the open LLMs from the Hugging Face, for example? Let's see! The Hugging Face model card has this to say about Gemma 3: "Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models." (etc., etc.) So, it seems to be something worth trying. I'll try to be brief, and skip the unnecessary talk. Let's just show the code, which I've just lifted up and adapted from the Diamond's midje tests. What we need for this? First, decide on the backend engine; this time we'll use tensors in main memory backed up by the oneDNN engine (DNNL). (def fact (dnnl-factory)) (def neand-fact (neanderthal-factory fact)) Next, load and configure a particular flavor of Gemma 3 (a smaller one, only 1 billion parameters). The onnx function creates a generalized blueprint, which can create the actual functions when evaluated with the specific input tensors. (def onnx-bp (onnx fact "data/gemma-3-1b-it-ONNX-GQA/onnx/model.onnx" {:options (-> (options) (override-dimension! "batch_size" 1) (override-dimension! "sequence_length" 1) (override-dimension! "past_sequence_length" 1) (override-dimension! "total_sequence_length" 1))}) Gemma 3 has 63 inputs and 61 outputs. We'll need to provide these, but even here we can automate some parts with Clojure, since past-key values are pretty uniform. We only need to provide inputs, while the engine can create the outputs for us. (def src-tz (tensor fact [1 1 28 28] :float :nchw)) (def input-ids (tensor neand-fact [1

## Toward provably private insights into AI use

DevFeed: [Toward provably private insights into AI use](<https://devfeed.tech/articles/toward-provably-private-insights-into-ai-use-6904.md>)

Original publisher: [Read original article](<https://research.google/blog/toward-provably-private-insights-into-ai-use/>)

Published: 2025-10-30T10:56:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Confidential Computing](<https://devfeed.tech/topics/confidential-computing.md>), [Google](<https://devfeed.tech/topics/google.md>), [trusted-execution-environment](<https://devfeed.tech/topics/trusted-execution-environment.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Large language models (LLMs)](<https://devfeed.tech/topics/large-language-models-llms.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [confidential-computing](<https://devfeed.tech/tags/confidential-computing.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [mobile-systems](<https://devfeed.tech/tags/mobile-systems.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [research](<https://devfeed.tech/tags/research.md>), [security-privacy-and-abuse-prevention](<https://devfeed.tech/tags/security-privacy-and-abuse-prevention.md>), [software-systems-engineering](<https://devfeed.tech/tags/software-systems-engineering.md>)

### AI overview

Google Research introduces provably private insights, a system that combines large language models, differential privacy, and trusted execution environments to analyze aggregate patterns in on-device generative AI use without exposing individual data.

### Source excerpt

Generative AI

## T5Gemma: A new collection of encoder-decoder Gemma models

DevFeed: [T5Gemma: A new collection of encoder-decoder Gemma models](<https://devfeed.tech/articles/t5gemma-a-new-collection-of-encoder-decoder-gemma-models-6250.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/t5gemma-a-new-collection-of-encoder-decoder-gemma-models/>)

Author: Biao Zhang; Paul Suganthan; Ben Hora

Published: 2025-10-25T18:14:00Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [LLM Techniques](<https://devfeed.tech/topics/llm-techniques.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-efficiency](<https://devfeed.tech/tags/inference-efficiency.md>), [llms](<https://devfeed.tech/tags/llms.md>), [models](<https://devfeed.tech/tags/models.md>), [performance](<https://devfeed.tech/tags/performance.md>), [research](<https://devfeed.tech/tags/research.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

The article introduces T5Gemma, a collection of encoder-decoder large language models created by adapting pretrained decoder-only Gemma 2 models. It describes pretrained and instruction-tuned variants, flexible encoder-decoder configurations, and reported quality and inference-efficiency advantages across benchmarks such as SuperGLUE.

### Source excerpt

Introducing T5Gemma, a new collection of encoder-decoder LLMs.

## MedGemma: Our most capable open models for health AI development

DevFeed: [MedGemma: Our most capable open models for health AI development](<https://devfeed.tech/articles/medgemma-our-most-capable-open-models-for-health-ai-development-6221.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/medgemma-our-most-capable-open-models-for-health-ai-development/>)

Published: 2025-10-25T18:02:50Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [classification](<https://devfeed.tech/tags/classification.md>), [development](<https://devfeed.tech/tags/development.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [generation](<https://devfeed.tech/tags/generation.md>), [google](<https://devfeed.tech/tags/google.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [health](<https://devfeed.tech/tags/health.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [image](<https://devfeed.tech/tags/image.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open](<https://devfeed.tech/tags/open.md>), [product-development](<https://devfeed.tech/tags/product-development.md>), [research](<https://devfeed.tech/tags/research.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

Google Research announces two open models in the MedGemma collection for health AI development: MedGemma 27B Multimodal and MedSigLIP. The models support medical text and imaging tasks, including electronic health record interpretation, report generation, visual question answering, classification, and retrieval.

### Source excerpt

We're announcing new multimodal models in the MedGemma collection, our most capable open models for health AI development.

## Gemma 3n fully available in the open-source ecosystem!

DevFeed: [Gemma 3n fully available in the open-source ecosystem!](<https://devfeed.tech/articles/gemma-3n-fully-available-in-the-open-source-ecosystem-7213.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/gemma3n>)

Author: Aritra Roy Gosthipaty; Pedro Cuenca; Sergio Paniego; Vaibhav Srivastav; Christopher Fleetwood; Joshua; Steven Zheng; Kashif Rasul

Published: 2025-06-26T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [Ollama](<https://devfeed.tech/topics/ollama.md>), [transformers.js](<https://devfeed.tech/topics/transformers-js.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [timm](<https://devfeed.tech/topics/timm.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [audio](<https://devfeed.tech/tags/audio.md>), [community](<https://devfeed.tech/tags/community.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [ollama](<https://devfeed.tech/tags/ollama.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [research](<https://devfeed.tech/tags/research.md>), [speech](<https://devfeed.tech/tags/speech.md>), [timm](<https://devfeed.tech/tags/timm.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [transformers-js](<https://devfeed.tech/tags/transformers-js.md>), [translation](<https://devfeed.tech/tags/translation.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

This article announces the availability of Gemma 3n in major open-source libraries and presents practical usage and fine-tuning examples. It describes the model variants, memory-efficient hardware requirements, multimodal audio and vision encoders, speech-to-text and translation capabilities, and architectural features including MatFormer and Per-Layer Embeddings.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Google I/O 2025: AI developments and implications for Android developers

DevFeed: [Google I/O 2025: AI developments and implications for Android developers](<https://devfeed.tech/articles/google-i-o-2025-ai-unleashed-what-android-devs-need-to-know-24909.md>)

Original publisher: [Read original article](<https://blog.blundellapps.co.uk/google-i-o-2025-ai-unleashed-what-android-devs-need-to-know/>)

Author: blundell

Published: 2025-05-23T12:47:47Z

Content type: article

Language: en

Sources: [Blundell](<https://devfeed.tech/sources/blundell.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Android](<https://devfeed.tech/topics/android.md>), [Google](<https://devfeed.tech/topics/google.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [gemma](<https://devfeed.tech/topics/gemma.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [developer](<https://devfeed.tech/tags/developer.md>), [google](<https://devfeed.tech/tags/google.md>), [intermediate](<https://devfeed.tech/tags/intermediate.md>), [reference](<https://devfeed.tech/tags/reference.md>)

### AI overview

This article reviews Google I/O 2025 keynote themes related to Gemini, on-device AI, the Gemma family, and AI-assisted Android development. It also discusses reported growth in Google's processed token volume and the implications for Android developers.

### Source excerpt

The intro before the intro. Like every year I watched the keynote & developer keynote with excitement, taking my usual notes and reactive thoughts as it streams. This year though instead of myself turning those thoughts into a blog post, I asked Gemini to do it! This post is the outcome of using Gemini's new [...] The post Google I/O 2025: AI Unleashed - What Android Devs Need to Know! first appeared on Blundell.

## Getting Started with Gemma 3 LLM on Android for On-Device Inference

DevFeed: [Getting Started with Gemma 3 LLM on Android for On-Device Inference](<https://devfeed.tech/articles/get-started-with-gemma-3-llm-on-android-now-24908.md>)

Original publisher: [Read original article](<https://blog.blundellapps.co.uk/get-started-with-gemma-3-llm-on-android-now/>)

Author: blundell

Published: 2025-03-12T22:11:14Z

Content type: tutorial

Language: en

Sources: [Blundell](<https://devfeed.tech/sources/blundell.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Android](<https://devfeed.tech/topics/android.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [MediaPipe](<https://devfeed.tech/topics/mediapipe.md>), [App](<https://devfeed.tech/topics/app.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [inference](<https://devfeed.tech/tags/inference.md>), [intermediate](<https://devfeed.tech/tags/intermediate.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mediapipe](<https://devfeed.tech/tags/mediapipe.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [reference](<https://devfeed.tech/tags/reference.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial for integrating the Gemma 3 1B open-weight language model into an Android app for on-device inference. It covers downloading the model after installation, using MediaPipe for inference, and the trade-offs involving model size, performance, and device compatibility.

### Source excerpt

This post gets you started with the new Gemma 3 model for on-device inference. Giving you the simplest steps to get started with AI on Android. Gemma 3 1B is a new model size in the Gemma family of open weight models. When deploying small language models (SLMs) in production settings, models need to be small [...] The post Get started with Gemma 3 LLM on Android now! first appeared on Blundell.

## Welcome Gemma 3: Google's all new multimodal, multilingual, long context open LLM

DevFeed: [Welcome Gemma 3: Google's all new multimodal, multilingual, long context open LLM](<https://devfeed.tech/articles/welcome-gemma-3-google-s-all-new-multimodal-multilingual-long-context-open-llm-7212.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/gemma3>)

Author: Aritra Roy Gosthipaty; merve; Pedro Cuenca; Vaibhav Srivastav

Published: 2025-03-12T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Google](<https://devfeed.tech/topics/google.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [8k](<https://devfeed.tech/tags/8k.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [community](<https://devfeed.tech/tags/community.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [llm](<https://devfeed.tech/tags/llm.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [research](<https://devfeed.tech/tags/research.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

Google introduces Gemma 3, an open-weight language model family ranging from 1B to 27B parameters. Larger variants support image and text inputs, context windows up to 128k tokens, and more than 140 languages, with pretrained and instruction-tuned versions available through Hugging Face.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## PaliGemma 2 Mix - New Instruction Vision Language Models by Google

DevFeed: [PaliGemma 2 Mix - New Instruction Vision Language Models by Google](<https://devfeed.tech/articles/paligemma-2-mix-new-instruction-vision-language-models-by-google-7437.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/paligemma2mix>)

Author: merve; Aritra Roy Gosthipaty; Andreas P. Steiner

Published: 2025-02-19T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [vlm](<https://devfeed.tech/topics/vlm.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Google](<https://devfeed.tech/topics/google.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [datasets](<https://devfeed.tech/topics/datasets.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [demo](<https://devfeed.tech/tags/demo.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlms](<https://devfeed.tech/tags/vlms.md>)

### AI overview

Google's PaliGemma 2 mix models are fine-tuned on a mixture of vision-language tasks, including OCR, image captioning, visual question answering, document understanding, object detection, and image segmentation. The article explains how the mix models indicate the performance of pretrained PaliGemma 2 checkpoints after fine-tuning and describes their prompting approach.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Hugging Face models in Amazon Bedrock

DevFeed: [Hugging Face models in Amazon Bedrock](<https://devfeed.tech/articles/hugging-face-models-in-amazon-bedrock-7125.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/bedrock-marketplace>)

Author: Simon Pagezy; Philipp Schmid; Jeff Boudier; Violette

Published: 2024-12-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Amazon SageMaker JumpStart](<https://devfeed.tech/topics/amazon-sagemaker-jumpstart.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-sagemaker](<https://devfeed.tech/tags/amazon-sagemaker.md>), [amazon-sagemaker-jumpstart](<https://devfeed.tech/tags/amazon-sagemaker-jumpstart.md>), [api](<https://devfeed.tech/tags/api.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [aws](<https://devfeed.tech/tags/aws.md>), [bedrock](<https://devfeed.tech/tags/bedrock.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>)

### AI overview

This tutorial explains how to deploy open Hugging Face models, including Google Gemma 2 27B Instruct, through the Amazon Bedrock Marketplace. It covers model selection, deployment, endpoint configuration, Bedrock API usage, and cleanup, with model endpoints managed by Amazon SageMaker JumpStart.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Welcome PaliGemma 2 - New vision language models by Google

DevFeed: [Welcome PaliGemma 2 - New vision language models by Google](<https://devfeed.tech/articles/welcome-paligemma-2-new-vision-language-models-by-google-7436.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/paligemma2>)

Author: merve; Andreas P. Steiner; Pedro Cuenca; Aritra Roy Gosthipaty

Published: 2024-12-05T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [data](<https://devfeed.tech/tags/data.md>), [demo](<https://devfeed.tech/tags/demo.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [image](<https://devfeed.tech/tags/image.md>), [llm](<https://devfeed.tech/tags/llm.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [research](<https://devfeed.tech/tags/research.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

PaliGemma 2 is Google's new vision-language model family, combining a SigLIP image encoder with Gemma 2 language models. It adds 3B, 10B, and 28B variants, multiple input resolutions, open model repositories, Transformers integration, fine-tuning scripts, and a visual question answering demo.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Announcing New Hugging Face and KerasHub integration

DevFeed: [Announcing New Hugging Face and KerasHub integration](<https://devfeed.tech/articles/announcing-new-hugging-face-and-kerashub-integration-7301.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/keras-hub-integration>)

Author: Aritra Roy Gosthipaty

Published: 2024-07-10T00:00:00Z

Content type: news

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Keras](<https://devfeed.tech/topics/keras.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [llama](<https://devfeed.tech/topics/llama.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [gemma](<https://devfeed.tech/tags/gemma.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [json](<https://devfeed.tech/tags/json.md>), [keras](<https://devfeed.tech/tags/keras.md>), [llama](<https://devfeed.tech/tags/llama.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-collab](<https://devfeed.tech/tags/open-source-collab.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [tensorflow](<https://devfeed.tech/tags/tensorflow.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

The article announces an integration between Hugging Face Transformers and KerasHub through a shared model save format. It allows KerasHub users to load many Transformers checkpoints, initially including Gemma, Llama 3, and PaliGemma, and use them with TensorFlow, JAX, or PyTorch backends. The integration handles conversion of configuration variables, weight names, and tokenizer vocabularies internally.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Google Cloud TPUs made available to Hugging Face users

DevFeed: [Google Cloud TPUs made available to Hugging Face users](<https://devfeed.tech/articles/google-cloud-tpus-made-available-to-hugging-face-users-7524.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/tpu-inference-endpoints-spaces>)

Author: Simon Pagezy; Michelle Habonneau; Philipp Schmid; Alvaro Moran

Published: 2024-07-09T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [Sovereign AI](<https://devfeed.tech/topics/sovereign-ai.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [spaces](<https://devfeed.tech/topics/spaces.md>), [optimum](<https://devfeed.tech/topics/optimum.md>), [tgi](<https://devfeed.tech/topics/tgi.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [llama](<https://devfeed.tech/topics/llama.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [gcp](<https://devfeed.tech/tags/gcp.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llama](<https://devfeed.tech/tags/llama.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimum](<https://devfeed.tech/tags/optimum.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [performance](<https://devfeed.tech/tags/performance.md>), [spaces](<https://devfeed.tech/tags/spaces.md>), [tgi](<https://devfeed.tech/tags/tgi.md>), [tpu](<https://devfeed.tech/tags/tpu.md>)

### AI overview

Hugging Face announces that Google Cloud TPUs are available for Inference Endpoints and Spaces. Google TPU v5e configurations can deploy supported models through managed infrastructure, while Optimum TPU and Text Generation Inference help train and serve models on TPUs.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Welcome Gemma 2 - Google's new open LLM

DevFeed: [Welcome Gemma 2 - Google's new open LLM](<https://devfeed.tech/articles/welcome-gemma-2-google-s-new-open-llm-7211.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/gemma2>)

Author: Philipp Schmid; Omar Sanseviero; Pedro Cuenca; Lewis Tunstall; Tom Aarsen; Vaibhav Srivastav

Published: 2024-06-27T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Google](<https://devfeed.tech/topics/google.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [rlhf](<https://devfeed.tech/topics/rlhf.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [llm](<https://devfeed.tech/tags/llm.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [research](<https://devfeed.tech/tags/research.md>), [rlhf](<https://devfeed.tech/tags/rlhf.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tpu](<https://devfeed.tech/tags/tpu.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [warp](<https://devfeed.tech/tags/warp.md>)

### AI overview

The article introduces Gemma 2, Google's open large language model family available in 9-billion- and 27-billion-parameter sizes, with base and instruction-tuned variants. It describes the models' training data, permissive licensing, architectural improvements, TPU-based training, and instruction-tuning methods including supervised fine-tuning, distillation, RLHF, and model merging.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## CodeGemma - an official Google release for code LLMs

DevFeed: [CodeGemma - an official Google release for code LLMs](<https://devfeed.tech/articles/codegemma-an-official-google-release-for-code-llms-7145.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/codegemma>)

Author: Pedro Cuenca; Omar Sanseviero; Vaibhav Srivastav; Philipp Schmid; Mishig ᠮᠢᠰᠾᠢᠭ; Loubna Ben Allal

Published: 2024-04-09T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [code-completion](<https://devfeed.tech/topics/code-completion.md>), [Google](<https://devfeed.tech/topics/google.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [code-completion](<https://devfeed.tech/tags/code-completion.md>), [community](<https://devfeed.tech/tags/community.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [java](<https://devfeed.tech/tags/java.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [research](<https://devfeed.tech/tags/research.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

Google's CodeGemma release introduces open-access 2B and 7B code-specialist LLMs, including base and instruction-tuned variants. The models support code infilling, completion, generation, code understanding, conversational use, and mathematical reasoning, with integrations across the Hugging Face ecosystem and Google Cloud.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.