GraySoft
Projects Models About FAQ Contact Download guIDE →

jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k-gguf Q2_K GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.

Model Intelligence Sheet

jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k-gguf overview

This model was converted to GGUF format from jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

transformersggufllama-cppgguf-my-repobase_model:jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sfbase_model:quantized:jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sfendpoints_compatibleregion:usconversational
jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k-gguf visual
Downloads
170
Likes
0
Pipeline
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

1 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k.gguf GGUF Q2_K 3.51 GB Download

Model Details Live

Model Slug
jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k-gguf
Author
jnjj
Pipeline Task
Library
transformers
Created
2025-04-21
Last Modified
2025-04-21
Gated
No
Private
No
HF SHA
ac6df1c8b895a0933cbe78c1288aa6d751ab764a
License
Unknown
Language
Unknown
Base Model
jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "base_model": "jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf",
    "library_name": "transformers",
    "tags": [
      "llama-cpp",
      "gguf-my-repo"
    ],
    "frontmatter": {
      "base_model": "jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf",
      "library_name": "transformers",
      "tags": [
        "llama-cpp",
        "gguf-my-repo"
      ]
    },
    "hero_image_url": "",
    "summary": "This model was converted to GGUF format from jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nbase_model: jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf\nlibrary_name: transformers\ntags:\n- llama-cpp\n- gguf-my-repo\n---\n\n# jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF\nThis model was converted to GGUF format from [`jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf`](https://huggingface.co/jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.\nRefer to the [original model card](https://huggingface.co/jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf) for more details on the model.\n\n## Use with llama.cpp\nInstall llama.cpp through brew (works on Mac and Linux)\n\n```bash\nbrew install llama.cpp\n\n```\nInvoke the llama.cpp server or the CLI.\n\n### CLI:\n```bash\nllama-cli --hf-repo jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF --hf-file gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF --hf-file gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k.gguf -c 2048\n```\n\nNote: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.\n\nStep 1: Clone llama.cpp from GitHub.\n```\ngit clone https://github.com/ggerganov/llama.cpp\n```\n\nStep 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).\n```\ncd llama.cpp && LLAMA_CURL=1 make\n```\n\nStep 3: Run inference through the main binary.\n```\n./llama-cli --hf-repo jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF --hf-file gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF --hf-file gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-q2_k.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "llama-cpp",
    "gguf-my-repo",
    "base_model:jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf",
    "base_model:quantized:jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 0,
  "downloads": 170,
  "gated": false,
  "private": false,
  "last_modified": "2025-04-21T23:02:01.000Z",
  "created_at": "2025-04-21T23:01:43.000Z",
  "pipeline_tag": "",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "6806ce578bc344c3a7e65e85",
  "id": "jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF",
  "modelId": "jnjj/gemma-3-4b-it-qat-int4-quantized-inference-unrestricted-weights-only-sf-Q2_K-GGUF",
  "sha": "ac6df1c8b895a0933cbe78c1288aa6d751ab764a",
  "createdAt": "2025-04-21T23:01:43.000Z",
  "lastModified": "2025-04-21T23:02:01.000Z",
  "author": "jnjj",
  "downloads": 170,
  "likes": 0,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "transformers",
  "siblings_count": 3
}