POCKET-26B-GGUF / README.md
SeaWolf-AI's picture
POCKET-Gemma-KR model card
1553409 verified
|
Raw
History Blame
5 kB
metadata
license: apache-2.0
library_name: llama.cpp
pipeline_tag: text-generation
base_model:
  - google/gemma-4-26B-A4B-it
tags:
  - gguf
  - llama.cpp
  - conversational
  - on-device
  - mobile
  - korean
  - korean-llm
  - cpu
  - local-llm
  - edge
  - gemma
  - gemma4
  - mixture-of-experts
  - moe
  - imatrix
  - pocket
  - vidraft

πŸ“š Collections

β–Ά POCKET Models β€” this family (on-device, no GPU) Darwin Family Β· Aether Foundation Β· VKAE Accelerated Β· Metacognition Adapters

POCKET

POCKET-Gemma-KR-GGUF Β· ν•œκ΅­μ–΄

A Gemma4-26B-A4B-based pocket model that loads in any app today β€” Ollama, LM Studio, PocketPal β€” with no bleeding-edge runtime needed. Korean-tuned, GPU-optional.

πŸš€ Try the family live, no install β†’ Live demo

License Runtime Compat Base

Pick your build β†’ 35B KR GGUF KR MLX EN GGUF Gemma KR MLX

Why this one?

POCKET-Gemma-KR takes Google's Gemma4-26B-A4B (25.2B total, ~4B active MoE, Apache-2.0) and re-quantizes it with our Korean imatrix + MoE mixed-precision recipe β€” unpruned, so quality holds. Unlike our Qwen-based POCKET (which needs a very recent llama.cpp build for its qwen35moe architecture), Gemma4 loads in every mainstream runtime today: Ollama, LM Studio, PocketPal, koboldcpp, and the browser.

Quality β€” GPQA-Diamond, greedy, 198 questions (our harness)

Build GPQA-Diamond vs base
Gemma4-26B-A4B (base) 67.7% β€”
POCKET-Gemma-KR Q4_K_M 67.7% = base (lossless)
POCKET-Gemma-KR Q2_K (mixed) ⭐ 67.2% βˆ’0.5pp (β‰ˆ lossless)

Single greedy pass, 198 items β†’ Β±~3 pp noise. Our Korean-imatrix + mixed-precision quantization is statistically lossless vs the base.

Files in this repo

File Size Runs on Best for
POCKET-Gemma-KR-Q4_K_M.gguf 17 GB PC / high-RAM top quality
POCKET-Gemma-KR-Q2_K.gguf ⭐ 11 GB 12 GB phone / PC / browser universal daily driver

Mixed precision = shared path (attention, dense MLP, router) kept high-bit, only routing experts at 2-bit. That is why Q2_K holds 67.2% while a plain uniform Q2 collapses to ~44%.

Quickstart β€” loads anywhere

# stock llama.cpp β€” brew / winget / apt, or LM Studio / Ollama / PocketPal
llama-cli -m POCKET-Gemma-KR-Q2_K.gguf -p "λŒ€ν•œλ―Όκ΅­μ˜ μˆ˜λ„λŠ”?" -ngl 0 -t 8

No fork, no bleeding-edge build β€” Gemma4 support has shipped in every mainstream runtime since April 2026.

Lineage (honest)

Based on google/gemma-4-26B-A4B-it (Apache-2.0). We do not re-host it unchanged β€” we add Korean-imatrix calibration + MoE mixed-precision quantization (VIDRAFT). We deliberately do not prune it: Gemma4's low-bit robustness collapses under pruning (measured), so we keep all 128 experts and win on quality + universal compatibility instead.

Limitations

  • For 8 GB phones (~5 GB budget), use POCKET-KR-GGUF (5.1 GB) β€” Gemma4 cannot be shrunk that far without collapse.
  • On-device iPhone/Mac throughput not yet measured by us β€” community reports welcome.

License

Apache-2.0 β€” use, modify, redistribute freely.


POCKET is a VIDRAFT model family. Runs anywhere, no GPU.