Live data from Hacker News

Google releases Gemma 4 open models

deepmind.google

231–240 of 507 posts

Re: Google releases Gemma 4 open models

#231

Earlier quoted context omitted.

Hey in really interested in your pipeline techniques. I've got some pdfs I need to get processed but processing them in the cloud with big providers requires redaction. Wondering if a local model or a self hosted one would work just as well.

Disclaimer: I'm an AI novice relative to many here. FWIW last wknd I spent a couple hours setting up self-hosted n8n with ollama and gemma3:4b [EDIT: not Qwen-3.5], using PDF content extraction for my PoC. 100% local workflow, no runtime dependency on cloud providers. I doubt it'd scale very well (macbook air m4, measly 16GB RAM), but it works as intended.

How do you extract the content? OCR? Pdf to text then feed into qwen?

I tried something similar where I needed a bunch of tables extracted from the pdf over like 40 pages. It was crazy slow on my MacBook and innacurate

Re: Google releases Gemma 4 open models

#232

Earlier quoted context omitted.

So is there something I can take from that table if I have a 24 GB video card? I'm honestly not sure how to use those numbers.

I just tried with llama.cpp RTX4090 (24GB) GGUF unsloth quant UD_Q4_K_XL You can probably run them all. G4 31B runs at ~5tok/s , G4 26B A4B runs at ~150 tok/s. You can run Q3.5-35B-A3B at ~100 tok/s. I tried G4 26B A4B as a drop-in replacement of Q3.5-35B-A3B for some custom agents and G4 doesn't respect the prompt rules at all. (I added in the system prompt as described (but have not spend time checking if the reaso…

If you are running on 4090 and get 5 t/s, then you exceeded your VRAM and are offloading to the CPU (or there is some other serious perf. issue)

Re: Google releases Gemma 4 open models

#233
post #222

Thinking / reasoning + multimodal + tool calling. We made some quants at https://huggingface.co/collections/unsloth/gemma-4 for folks to run them - they work really well! Guide for those interested: https://unsloth.ai/docs/models/gemma-4 Also note to use temperature = 1.0, top_p = 0.95, top_k = 64 and the EOS is " ". " thought\n" is also used for the thinking trace!

Thank you and your brother for all the amazing work, it's really inspiring to others <3

Thank you and appreciate it!

Re: Google releases Gemma 4 open models

#234
post #224

Thinking / reasoning + multimodal + tool calling. We made some quants at https://huggingface.co/collections/unsloth/gemma-4 for folks to run them - they work really well! Guide for those interested: https://unsloth.ai/docs/models/gemma-4 Also note to use temperature = 1.0, top_p = 0.95, top_k = 64 and the EOS is " ". " thought\n" is also used for the thinking trace!

Awesome!! Thank you SO much for this.

Appreciate it!

Re: Google releases Gemma 4 open models

#236

Earlier quoted context omitted.

Not exactly what you asked for but try https://pelicans.borg.games/

what the sorcery is that https://static.simonwillison.net/static/2024/recraft-ai-peli... I tried their model and asking a few different svg of pelicans. it is INSANE.

AFAIK that model is pretty old, and it was explicitly trained for SVG generation. For other models the capability of generating SVGs of real stuff is accidental. Same as GPT-5.x and Sonnet 4.5+ being able to generate MIDI music.

Re: Google releases Gemma 4 open models

#237

If you want the fastest open source implementation on Blackwell and AMD MI355, check out Modular's MAX nightly. You can pip install it super fast, check it out here: https://www.modular.com/blog/day-zero-launch-fastest-perform... -Chris Lattner (yes, affiliated with Modular :-)

What % of a speedup should I be expecting vs just running this the standard pytorch approach?

Re: Google releases Gemma 4 open models

#238

Prompt: > what is the Unix timestamp for this: 2026-04-01T16:00:00Z Qwen 3.5-27b-dwq > Thought for 8 minutes 34 seconds. 7074 tokens. > The Unix timestamp for 2026-04-01T16:00:00Z is: > 1775059200 (my comment: Wednesday, 1 April 2026 at 16:00:00) Gemma-4-26b-a4b > Thought for 33.81 seconds. 694 tokens. > The Unix timestamp for 2026-04-01T16:00:00Z is: > 1775060800 (my comment: Wednesday, 1 April 2026 at 16:26:40) Gem…

The date command is not wrong, it works on GNU date, if you are in MacOS try running gdate instead (if it is installed):

   gdate -u -d @1775060800
To install gdate and GNU coreutils:

  brew install coreutils
The date command still prints the incorrect value: Wed Apr 1 16:26:40 UTC 2026

Re: Google releases Gemma 4 open models

#239
post #169
post #45

Earlier quoted context omitted.

Wild differences in ELO compared to tfa's graph: https://storage.googleapis.com/gdm-deepmind-com-prod-public/... (Comparing Q3.5-27B to G4 26B A4B and G4 31B specifically) I'd assume Q3.5-35B-A3B would performe worse than the Q3.5 deep 27B model, but the cards you pasted above, somehow show that for ELO and TAU2 it's the other way around... Very impressed by unsloth's team releasing the GGUF so quickly, if that's lik…

You're conflating lmarena ELO scores. Qwen actually has a higher ELO there. The top Pareto frontier open models are: model |elo |price qwen3.5-397b-a17b |1449 |$1.85 glm-4.7 |1443 | 1.41 deepseek-v3.2-exp-thinking |1425 | 0.38 deepseek-v3.2 |1424 | 0.35 mimo-v2-flash (non-thinking) |1393 | 0.24 gemma-3-27b-it |1365 | 0.14 gemma-3-12b-it |1341 | 0.11 gpt-oss-20b |1318 | 0.09 gemma-3n-e4b-it |1318 | 0.03 https://arena.…

That Pareto plot doesn't seem include the Gemma 4 models anywhere (not just not at the frontier), likely because pricing wasn't available when the chart was generated. At least, I can't find the Gemma 4 models there. So, not particularly relevant until it is updated for the models released today.

Re: Google releases Gemma 4 open models

#240
post #207

So what's the business strategy here? Google is the only USA based frontier lab releasing open models. I know they aren't doing it out of the goodness of their hearts.

Release open weights so competitors can't raise good money, then rear naked choke when they run dry
Post reply on HN