Fix model card: correct base_model to gemma-4-E4B-it and context to 128K

#1
by Hxwvr - opened

Corrects three metadata errors verified against the GGUF header:

  • base_model: google/gemma-2-9b-it -> google/gemma-4-E4B-it (GGUF general.architecture=gemma4)
  • Context Window: 32K -> 131,072 (128K native), per gemma4.context_length
  • llama.cpp example -c 32768 -> -c 131072
Hxwvr changed pull request status to merged

Sign up or log in to comment