GraySoft
Projects Models About FAQ Contact Download guIDE →

matrixportalx/gemma-3n-e4b-it-less-heretic-q6_k-gguf Q6_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

matrixportalx/gemma-3n-e4b-it-less-heretic-q6_k-gguf overview

This model was converted to GGUF format from MuXodious/gemma-3n-E4B-it-less-heretic using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

transformersggufautomatic-speech-recognitionautomatic-speech-translationaudio-text-to-textvideo-text-to-textllama-cppgguf-my-repoimage-text-to-textbase_model:MuXodious/gemma-3n-E4B-it-less-hereticbase_model:quantized:MuXodious/gemma-3n-E4B-it-less-hereticlicense:gemmaendpoints_compatibleregion:us
matrixportalx/gemma-3n-e4b-it-less-heretic-q6_k-gguf visual
Downloads
383
Likes
0
Pipeline
image-text-to-text
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

1 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
gemma-3n-e4b-it-less-heretic-q6_k.gguf GGUF Q6_K 5.31 GB Download

Model Details Live

Model Slug
matrixportalx/gemma-3n-e4b-it-less-heretic-q6_k-gguf
Author
matrixportalx
Pipeline Task
image-text-to-text
Library
transformers
Created
2026-01-06
Last Modified
2026-01-06
Gated
No
Private
No
HF SHA
26a71dd50f83ee35e2372f31e274ae3789823a5f
License
gemma
Language
Unknown
Base Model
MuXodious/gemma-3n-E4B-it-less-heretic

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "gemma",
    "library_name": "transformers",
    "pipeline_tag": "image-text-to-text",
    "extra_gated_heading": "Access Gemma on Hugging Face",
    "extra_gated_prompt": "To access Gemma on Hugging Face, you’re required to review and agree to Google’s usage license. To do this, please ensure you’re logged in to Hugging Face and click below. Requests are processed immediately.",
    "extra_gated_button_content": "Acknowledge license",
    "base_model": "MuXodious/gemma-3n-E4B-it-less-heretic",
    "tags": [
      "automatic-speech-recognition",
      "automatic-speech-translation",
      "audio-text-to-text",
      "video-text-to-text",
      "llama-cpp",
      "gguf-my-repo"
    ],
    "frontmatter": {
      "license": "gemma",
      "library_name": "transformers",
      "pipeline_tag": "image-text-to-text",
      "extra_gated_heading": "Access Gemma on Hugging Face",
      "extra_gated_prompt": "To access Gemma on Hugging Face, you’re required to review and",
      "extra_gated_button_content": "Acknowledge license",
      "base_model": "MuXodious/gemma-3n-E4B-it-less-heretic",
      "tags": [
        "automatic-speech-recognition",
        "automatic-speech-translation",
        "audio-text-to-text",
        "video-text-to-text",
        "llama-cpp",
        "gguf-my-repo"
      ]
    },
    "hero_image_url": "",
    "summary": "This model was converted to GGUF format from MuXodious/gemma-3n-E4B-it-less-heretic 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": "---\nlicense: gemma\nlibrary_name: transformers\npipeline_tag: image-text-to-text\nextra_gated_heading: Access Gemma on Hugging Face\nextra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and\n  agree to Google’s usage license. To do this, please ensure you’re logged in to Hugging\n  Face and click below. Requests are processed immediately.\nextra_gated_button_content: Acknowledge license\nbase_model: MuXodious/gemma-3n-E4B-it-less-heretic\ntags:\n- automatic-speech-recognition\n- automatic-speech-translation\n- audio-text-to-text\n- video-text-to-text\n- llama-cpp\n- gguf-my-repo\n---\n\n# matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF\nThis model was converted to GGUF format from [`MuXodious/gemma-3n-E4B-it-less-heretic`](https://huggingface.co/MuXodious/gemma-3n-E4B-it-less-heretic) 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/MuXodious/gemma-3n-E4B-it-less-heretic) 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 matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF --hf-file gemma-3n-e4b-it-less-heretic-q6_k.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF --hf-file gemma-3n-e4b-it-less-heretic-q6_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 matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF --hf-file gemma-3n-e4b-it-less-heretic-q6_k.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF --hf-file gemma-3n-e4b-it-less-heretic-q6_k.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "automatic-speech-recognition",
    "automatic-speech-translation",
    "audio-text-to-text",
    "video-text-to-text",
    "llama-cpp",
    "gguf-my-repo",
    "image-text-to-text",
    "base_model:MuXodious/gemma-3n-E4B-it-less-heretic",
    "base_model:quantized:MuXodious/gemma-3n-E4B-it-less-heretic",
    "license:gemma",
    "endpoints_compatible",
    "region:us"
  ],
  "likes": 0,
  "downloads": 383,
  "gated": false,
  "private": false,
  "last_modified": "2026-01-06T12:55:33.000Z",
  "created_at": "2026-01-06T12:55:07.000Z",
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "695d062b2d7b5820fd3e0d35",
  "id": "matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF",
  "modelId": "matrixportalx/gemma-3n-E4B-it-less-heretic-Q6_K-GGUF",
  "sha": "26a71dd50f83ee35e2372f31e274ae3789823a5f",
  "createdAt": "2026-01-06T12:55:07.000Z",
  "lastModified": "2026-01-06T12:55:33.000Z",
  "author": "matrixportalx",
  "downloads": 383,
  "likes": 0,
  "gated": false,
  "private": false,
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers",
  "siblings_count": 3
}