Google's DeepMind AI research team recently released an open-source AI model called Gemma3270M. This model has 270 million parameters, which is much smaller compared to many advanced large language models with over 70 billion parameters. Despite having fewer parameters, Google's goal is to provide an efficient model that developers can run offline directly on smartphones, especially showing good performance on the Pixel9Pro SoC during internal testing.

image.png

Gemma3270M is designed to handle complex domain-specific tasks and can be quickly fine-tuned in a few minutes to meet the needs of enterprises or independent developers. Google DeepMind engineers stated on the social platform X that Gemma3270M not only runs in users' web browsers, but also on Raspberry Pi and some lightweight hardware.

The model combines 170 million embedding parameters and 100 million transformer block parameters, and with a vocabulary of 256k, it is able to process rare and specific words. According to Google, Gemma3270M performs well on instruction-following tasks, achieving a score of 51.2% on the IFEval benchmark, surpassing many similar small models.

image.png

In internal testing, when using the INT4 quantized model, Gemma3270M consumed only 0.75% of the battery power on the Pixel9Pro SoC, demonstrating its energy efficiency on devices. This model is not only suitable for enterprise development but also for creative scenarios. Google demonstrated a "Bedtime Story Generator" app based on Gemma3270M on YouTube, which can generate diverse stories without an internet connection.

Gemma3270M is compatible with other large models in the Gemma ecosystem and comes with comprehensive documentation and fine-tuning guides, allowing developers to quickly transition from experimentation to deployment. The model is open-sourced under the Gemma usage terms, allowing developers to use, modify, and distribute it under certain conditions, and the generated content does not belong to Google.

With the download count of the Gemma series exceeding two hundred million, Google AI developers are working to make Gemma3270M the foundation for building fast, efficient, and privacy-focused AI solutions.

Project: https://developers.googleblog.com/en/introducing-gemma-3-270m/

Key Points:   

🧠 Gemma3270M is an open-source AI model released by Google, with 270 million parameters and can run offline on smartphones.   

⚡ The model performs well on instruction-following tasks and has high energy efficiency, with internal tests showing it consumes only 0.75% battery power.   

📱 Gemma3270M supports quick fine-tuning, suitable for enterprise development and creative applications, meeting diverse needs.