prithivMLmods commited on
Commit
69e64d4
·
verified ·
1 Parent(s): 7160a98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -2,8 +2,18 @@
2
  license: apache-2.0
3
  base_model:
4
  - google/gemma-4-12B-it
 
 
 
 
 
 
 
5
  ---
6
 
 
 
 
7
 
8
  ## Model Files
9
 
 
2
  license: apache-2.0
3
  base_model:
4
  - google/gemma-4-12B-it
5
+ language:
6
+ - en
7
+ pipeline_tag: image-text-to-text
8
+ library_name: transformers
9
+ tags:
10
+ - text-generation-inference
11
+ - unified
12
  ---
13
 
14
+ # **gemma-4-12B-it-GGUF **
15
+
16
+ > google/gemma-4-12B-it from Google DeepMind is a 12B-parameter unified, encoder-free multimodal model released June 3, 2026, as the first mid-sized Gemma 4 to feature native audio inputs alongside text, image, and video, processing all modalities by flowing directly into the LLM backbone without separate vision/audio encoders for reduced latency and memory footprint. It delivers performance nearing Gemma 4 26B MoE on standard benchmarks while requiring less than half the total memory (~16GB VRAM or unified memory), making it laptop-ready for consumer hardware with 16GB RAM, Multi-Token Prediction (MTP) drafters for lower latency, and strong agentic reasoning for multi-step workflows. Released under Apache 2.0 with support across the developer ecosystem (Ollama, vLLM, LM Studio), Gemma 4 12B excels at real-time audio/visual understanding, image analysis, content categorization, context compression, and local-first AI applications without API dependency.
17
 
18
  ## Model Files
19