GraySoft
Projects Models About FAQ Contact Download guIDE →

lewdiculous/kool-aid_7b-gguf-iq-imatrix IQ3_XXS 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

lewdiculous/kool-aid_7b-gguf-iq-imatrix overview

!image/jpeg This is a merge of pre-trained language models created using mergekit.

transformersggufmergekitmergeroleplaymistrallicense:otherregion:us
lewdiculous/kool-aid_7b-gguf-iq-imatrix visual
Downloads
111
Likes
6
Pipeline
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

11 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
Kool-Aid_7B-F16.gguf GGUF F16 13.49 GB Download
Kool-Aid_7B-IQ3_M-imat.gguf GGUF IQ3_M 3.06 GB Download
Kool-Aid_7B-IQ3_S-imat.gguf GGUF IQ3_S 2.96 GB Download
Kool-Aid_7B-IQ3_XXS-imat.gguf GGUF IQ3_XXS 2.63 GB Download
Kool-Aid_7B-IQ4_XS-imat.gguf GGUF IQ4_XS 3.64 GB Download
Kool-Aid_7B-Q4_K_M-imat.gguf GGUF Q4_K_M 4.07 GB Download
Kool-Aid_7B-Q4_K_S-imat.gguf GGUF Q4_K_S 3.86 GB Download
Kool-Aid_7B-Q5_K_M-imat.gguf GGUF Q5_K_M 4.78 GB Download
Kool-Aid_7B-Q5_K_S-imat.gguf GGUF Q5_K_S 4.65 GB Download
Kool-Aid_7B-Q6_K-imat.gguf GGUF Q6_K 5.53 GB Download
Kool-Aid_7B-Q8_0-imat.gguf GGUF 7.17 GB Download

Model Details Live

Model Slug
lewdiculous/kool-aid_7b-gguf-iq-imatrix
Author
Lewdiculous
Pipeline Task
Library
transformers
Created
2024-03-15
Last Modified
2024-03-15
Gated
No
Private
No
HF SHA
f8a2c5dd095a8e212dc1495e95d7608175041a6e
License
other
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "library_name": "transformers",
    "tags": [
      "mergekit",
      "merge",
      "roleplay",
      "mistral"
    ],
    "inference": false,
    "license": "other",
    "frontmatter": {
      "library_name": "transformers",
      "tags": [
        "mergekit",
        "merge",
        "roleplay",
        "mistral"
      ],
      "inference": "false",
      "license": "other"
    },
    "hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/Bpz3HVIKPaEn_Sz6OD86Z.jpeg",
    "summary": "!image/jpeg This is a merge of pre-trained language models created using mergekit.",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlibrary_name: transformers\ntags:\n- mergekit\n- merge\n- roleplay\n- mistral\ninference: false\nlicense: other\n---\n\nThis repository hosts GGUF-IQ-Imatrix quants for [ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b](https://huggingface.co/ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b).\n\n**What does \"Imatrix\" mean?**\n\nIt stands for **Importance Matrix**, a technique used to improve the quality of quantized models.\nThe **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process.\nThe idea is to preserve the most important information during quantization, which can help reduce the loss of model performance, especially when the calibration data is diverse.\n[[1]](https://github.com/ggerganov/llama.cpp/discussions/5006) [[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)\n\nFor imatrix data generation, kalomaze's `groups_merged.txt` with added roleplay chats was used, you can find it [here](https://huggingface.co/Lewdiculous/Datura_7B-GGUF-Imatrix/blob/main/imatrix-with-rp-format-data.txt). This was just to add a bit more diversity to the data.\n\n**Steps:**\n\n```\nBase⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)\n```\n*Using the latest llama.cpp at the time.*\n\n```python\n    quantization_options = [\n        \"Q4_K_M\", \"Q4_K_S\", \"IQ4_XS\", \"Q5_K_M\", \"Q5_K_S\",\n        \"Q6_K\", \"Q8_0\", \"IQ3_M\", \"IQ3_S\", \"IQ3_XXS\"\n    ]\n```\n\n---\n\n# Kool-Aid\n\n![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/Bpz3HVIKPaEn_Sz6OD86Z.jpeg)\n\nThis is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).\n\n## Merge Details\n### Merge Method\n\nThis model was merged using the SLERP merge method.\n\n### Models Merged\n\nThe following models were included in the merge:\n* ErosEris\n* CookieNexus\n\n### Configuration\n\nThe following YAML configuration was used to produce this model:\n\n```yaml\nslices:\n  - sources:\n      - model: CookieNexus\n        layer_range: [0, 32]\n      - model: ErosEris\n        layer_range: [0, 32]\nmerge_method: slerp\nbase_model: CookieNexus\nparameters:\n  t:\n    - filter: self_attn\n      value: [0, 0.5, 0.3, 0.7, 1]\n    - filter: mlp\n      value: [1, 0.5, 0.7, 0.3, 0]\n    - value: 0.5\ndtype: bfloat16\n```",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "mergekit",
    "merge",
    "roleplay",
    "mistral",
    "license:other",
    "region:us"
  ],
  "likes": 6,
  "downloads": 111,
  "gated": false,
  "private": false,
  "last_modified": "2024-03-15T16:39:02.000Z",
  "created_at": "2024-03-15T15:01:13.000Z",
  "pipeline_tag": "",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "65f462b98fb2b15357b06ac3",
  "id": "Lewdiculous/Kool-Aid_7B-GGUF-IQ-Imatrix",
  "modelId": "Lewdiculous/Kool-Aid_7B-GGUF-IQ-Imatrix",
  "sha": "f8a2c5dd095a8e212dc1495e95d7608175041a6e",
  "createdAt": "2024-03-15T15:01:13.000Z",
  "lastModified": "2024-03-15T16:39:02.000Z",
  "author": "Lewdiculous",
  "downloads": 111,
  "likes": 6,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "transformers",
  "siblings_count": 15
}