GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

yybl/gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m-gguf overview

This model was converted to GGUF format from DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

transformersggufuncensoredhereticabliteratedunslothfinetunellama-cppgguf-my-repoimage-text-to-textenbase_model:DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensoredbase_model:quantized:DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensoredlicense:apache-2.0endpoints_compatibleregion:us
yybl/gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m-gguf visual
Downloads
602
Likes
7
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-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m.gguf GGUF Q5_K_M 17.95 GB Download

Model Details Live

Model Slug
yybl/gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m-gguf
Author
yybl
Pipeline Task
image-text-to-text
Library
transformers
Created
2026-02-18
Last Modified
2026-02-18
Gated
No
Private
No
HF SHA
9c75a29711ca023335f4ec4907f204877277d8e6
License
apache-2.0
Language
en
Base Model
DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "apache-2.0",
    "language": [
      "en"
    ],
    "base_model": "DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored",
    "pipeline_tag": "image-text-to-text",
    "library_name": "transformers",
    "tags": [
      "uncensored",
      "heretic",
      "abliterated",
      "unsloth",
      "finetune",
      "llama-cpp",
      "gguf-my-repo"
    ],
    "frontmatter": {
      "license": "apache-2.0",
      "language": [
        "en"
      ],
      "base_model": "DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored",
      "pipeline_tag": "image-text-to-text",
      "library_name": "transformers",
      "tags": [
        "uncensored",
        "heretic",
        "abliterated",
        "unsloth",
        "finetune",
        "llama-cpp",
        "gguf-my-repo"
      ]
    },
    "hero_image_url": "",
    "summary": "This model was converted to GGUF format from DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored 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: apache-2.0\nlanguage:\n- en\nbase_model: DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored\npipeline_tag: image-text-to-text\nlibrary_name: transformers\ntags:\n- uncensored\n- heretic\n- abliterated\n- unsloth\n- finetune\n- llama-cpp\n- gguf-my-repo\n---\n\n# yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF\nThis model was converted to GGUF format from [`DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored`](https://huggingface.co/DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored) 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/DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored) 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 yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF --hf-file gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF --hf-file gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m.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 yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF --hf-file gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF --hf-file gemma-3-27b-it-vl-superbrain7x-high-reasoning-ultramind-heretic-uncensored-q5_k_m.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "uncensored",
    "heretic",
    "abliterated",
    "unsloth",
    "finetune",
    "llama-cpp",
    "gguf-my-repo",
    "image-text-to-text",
    "en",
    "base_model:DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored",
    "base_model:quantized:DavidAU/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored",
    "license:apache-2.0",
    "endpoints_compatible",
    "region:us"
  ],
  "likes": 7,
  "downloads": 602,
  "gated": false,
  "private": false,
  "last_modified": "2026-02-18T18:13:22.000Z",
  "created_at": "2026-02-18T18:12:02.000Z",
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "699600f2c009e467259e2665",
  "id": "yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF",
  "modelId": "yybl/Gemma-3-27b-it-vl-SuperBrain7x-High-Reasoning-ULTRAMIND-Heretic-Uncensored-Q5_K_M-GGUF",
  "sha": "9c75a29711ca023335f4ec4907f204877277d8e6",
  "createdAt": "2026-02-18T18:12:02.000Z",
  "lastModified": "2026-02-18T18:13:22.000Z",
  "author": "yybl",
  "downloads": 602,
  "likes": 7,
  "gated": false,
  "private": false,
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers",
  "siblings_count": 3
}