惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
IT之家
IT之家
B
Blog RSS Feed
罗磊的独立博客
GbyAI
GbyAI
博客园 - Franky
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
U
Unit 42
博客园 - 叶小钗
Jina AI
Jina AI
MyScale Blog
MyScale Blog
雷峰网
雷峰网
B
Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
Recent Announcements
Recent Announcements
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - lightsong

LoRA unsloth比transformer库本身的微调有什么优点? offline-llms +++ transformer + peft 微调 Train and Fine-Tune Sentence Transformers Models Symmetric vs. Asymmetric Semantic Search Hierarchical Navigable Small Worlds (HNSW) Vision Transformer + BentoML ML Serving/编排工具 Utopia -- 企业世界模型 trustgraph semantica semantica vs graphti Industrial-Strength Natural Language Processing seata reference with springboot and other valuable demo outbox pattern with springboot Saga pattern with springboot 基于 Sentence Transformers 的具体应用案例 Vault with Keycloak as workload IAM Ontology Reasoning System ADR Claude Code的hook The AI-Native SDLC playbook Introduction to Dapper Introduction to FluentValidation Introduction to AutoFixture Introduction to FluentAssertions Understanding Return Types: IEnumerable, IReadOnlyCollection, and List Introduction to Refit Introduction to Carter Introduction to Minimal APIs
Introducing Gemma 3 270M: The compact model for hyper-eff...
lightsong · 2026-09-13 · via 博客园 - lightsong

Introducing Gemma 3 270M: The compact model for hyper-efficient AI

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

https://zhuanlan.zhihu.com/p/1985797288883405826

https://zhuanlan.zhihu.com/p/1939694335269507103

https://github.com/thomas-chong/fine-tuning-gemma-with-unsloth/tree/main

🚀 谷歌推出 Gemma 3 270M:超高效 AI 模型

2025年8月14日,谷歌在其开发者博客上正式发布了 Gemma 3 270M。这是一款专为特定任务微调而设计的紧凑型 AI 模型,旨在提供强大的指令遵循能力和极高的能效。

🌟 核心亮点

  • 小巧而强大:模型仅包含 2.7亿 参数,但具备出色的指令遵循和文本结构化能力。它拥有 25.6 万的大词表,能更好地处理特定和罕见词汇,是进行特定领域和语言微调的坚实基础。
  • 极致能效:能效表现突出。在 Pixel 9 Pro 芯片上的内部测试显示,INT4 量化模型进行 25 次对话仅消耗 0.75% 的电量,是 Gemma 系列中能效最高的模型。
  • 生产就绪:提供 量化感知训练 (QAT) 的检查点,支持以 INT4 精度运行,在性能损失极小的情况下,非常适合在资源受限的设备上部署。

🛠️ 适用场景

Gemma 3 270M 遵循“合适的工具做合适的事”的理念,特别适合以下场景:

  • 高容量、定义明确的任务:如情感分析、实体提取、文本分类、数据提取和合规性检查等。
  • 对成本和延迟敏感的应用:可大幅降低推理成本,实现快速响应,甚至可在轻量级设备或本地运行。
  • 需要快速迭代和部署:模型体积小,微调实验速度快,可在数小时内找到最佳配置。
  • 注重用户隐私:支持完全在设备端运行,无需将敏感数据发送到云端。
  • 构建专用模型集群:可以低成本构建和部署多个针对不同任务优化的专用小模型。

🚀 快速上手

开发者可以通过多种途径获取和使用 Gemma 3 270M:

  1. 下载模型:可从 Hugging Face、Ollama、Kaggle 等平台下载预训练和指令微调版本。
  2. 尝试模型:支持在 Vertex AI 以及 llama.cpp、Gemma.cpp、LiteRT 等多种推理工具上运行。
  3. 开始微调:可使用 Hugging Face、UnSloth、JAX 等工具进行微调。
  4. 部署方案:微调后的模型可部署在本地环境或 Google Cloud Run 等平台上。

出处:http://www.cnblogs.com/lightsong/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。