GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
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…

ggufgemma-4q4-k-mllama-cppunslothturkishmultimodaltext-generationtrdataset:tahsinahsen/birag-response-only-trbase_model:tahsinahsen/birag-gemma4-e2b-response-onlybase_model:quantized:tahsinahsen/birag-gemma4-e2b-response-onlylicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~941.1 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
text-generation

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
birag-gemma4-e2b-response-only-Q4_K_M.ggufGGUFQ4_K_M3.19 GBDownload
birag-gemma4-e2b-response-only-mmproj-BF16.ggufGGUFBF16941.1 MBDownload

Model Details

Model IDtahsinahsen/birag-gemma4-e2b-response-only-gguf
Authortahsinahsen
Pipelinetext-generation
Licenseapache-2.0
Base modeltahsinahsen/birag-gemma4-e2b-response-only
Last modified2026-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, revision v0.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.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models