Model Intelligence Sheet
tahsinahsen/birag-gemma4-e2b-response-only-gguf overview
BIRAG Gemma 4 E2B Response Only — GGUF Q4 K M Bu repo, tahsinahsen/birag gemma4 e2b response only merged 16 bit modelinin Unsloth ve llama.cpp kullanılarak olu…
Runs locally from ~941.1 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | tahsinahsen/birag-gemma4-e2b-response-only-gguf |
|---|---|
| Author | tahsinahsen |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | tahsinahsen/birag-gemma4-e2b-response-only |
| Last modified | 2026-08-04T11:17:35.000Z |
Model README
---
license: apache-2.0
language:
- tr
base_model: tahsinahsen/birag-gemma4-e2b-response-only
datasets:
- tahsinahsen/birag-response-only-tr
pipeline_tag: text-generation
tags:
- gemma-4
- gguf
- q4-k-m
- llama-cpp
- unsloth
- turkish
- multimodal
---
BIRAG Gemma 4 E2B Response-Only — GGUF Q4_K_M
Bu repo, tahsinahsen/birag-gemma4-e2b-response-only merged 16-bit modelinin Unsloth ve
llama.cpp kullanılarak oluşturulmuş Q4_K_M GGUF dağıtımıdır.
- Dataset:
tahsinahsen/birag-response-only-tr, revisionv0.4 - Quantization:
Q4_K_M - Multimodal projector:
BF16 - Doğrulanan context:
16384 - Chat template: GGUF metadata içindeki Gemma 4 template
llama.cpp ile kullanım
hf download tahsinahsen/birag-gemma4-e2b-response-only-gguf \
birag-gemma4-e2b-response-only-Q4_K_M.gguf \
birag-gemma4-e2b-response-only-mmproj-BF16.gguf \
--local-dir ./birag-gemma4-e2b-gguf
llama-server \
--model ./birag-gemma4-e2b-gguf/birag-gemma4-e2b-response-only-Q4_K_M.gguf \
--mmproj ./birag-gemma4-e2b-gguf/birag-gemma4-e2b-response-only-mmproj-BF16.gguf \
--ctx-size 16384 \
--jinja \
--chat-template-kwargs '{"enable_thinking":false}' \
--host 127.0.0.1 \
--port 8080
curl http://127.0.0.1:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "birag-gemma4-e2b-q4",
"messages": [
{
"role": "system",
"content": "Türkçe, destekleyici ve özerkliği güçlendiren yanıt ver."
},
{
"role": "user",
"content": "Daha bağımsız karar vermeye nasıl başlayabilirim?"
}
],
"max_tokens": 256,
"temperature": 1.0,
"top_p": 0.95,
"stream": false
}'Run tahsinahsen/birag-gemma4-e2b-response-only-gguf with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models