lewdiculous/rp_vision_7b-gguf-iq-imatrix imat 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.
lewdiculous/rp_vision_7b-gguf-iq-imatrix overview
Click here to see how this would work in practice in a roleplay chat. !image/jpeg Click here to see what your SillyTavern Image Captions extension settings should look like. !image/jpeg If you want to use vision functionality: Make sure you are using the latest version of KoboldCpp. To use the multimodal capabilities of this model, such as vision, you also need to load the specified mmproj file, you can get it here or as uploaded in the repository. You can load the mmproj by using the corresponding section in the interface: !image/png For CLI users, you can load the mmproj file by adding the respective flag to your usual command: # Quantization information: Steps performed: Using the latest llama.cpp at the time.* # Original model information: # RP Vision !image/png RP Vision aims to be a smart RP model capable of providing a pretty, pliable and perfectly pleasant experience for the user. This model is vision capable using the mmproj file included in the mmproj folder. Vision is only compatible with Koboldcpp at this time. # Vision/multimodal capabilities: If you want to use vision functionality: You must use the latest versions of Koboldcpp. To use the multimodal capabilities of this model and use vision you need to load the specified mmproj file, this can be found inside this model repo. You can load the mmproj by using the corresponding section in the interface: !image/png
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| RP_Vision_7B-F16.gguf | GGUF | F16 | 13.49 GB | Download |
| RP_Vision_7B-IQ3_M-imat.gguf | GGUF | IQ3_M | 3.06 GB | Download |
| RP_Vision_7B-IQ3_S-imat.gguf | GGUF | IQ3_S | 2.96 GB | Download |
| RP_Vision_7B-IQ3_XXS-imat.gguf | GGUF | IQ3_XXS | 2.63 GB | Download |
| RP_Vision_7B-IQ4_XS-imat.gguf | GGUF | IQ4_XS | 3.64 GB | Download |
| RP_Vision_7B-Q4_K_M-imat.gguf | GGUF | Q4_K_M | 4.07 GB | Download |
| RP_Vision_7B-Q4_K_S-imat.gguf | GGUF | Q4_K_S | 3.86 GB | Download |
| RP_Vision_7B-Q5_K_M-imat.gguf | GGUF | Q5_K_M | 4.78 GB | Download |
| RP_Vision_7B-Q5_K_S-imat.gguf | GGUF | Q5_K_S | 4.65 GB | Download |
| RP_Vision_7B-Q6_K-imat.gguf | GGUF | Q6_K | 5.53 GB | Download |
| RP_Vision_7B-Q8_0-imat.gguf | GGUF | — | 7.17 GB | Download |
| mmproj-model-f16.gguf | GGUF | F16 | 595.52 MB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"license": "apache-2.0",
"inference": false,
"tags": [
"gguf",
"quantized",
"roleplay",
"multimodal",
"vision",
"sillytavern",
"merge",
"mistral"
],
"frontmatter": {
"license": "apache-2.0",
"inference": "false",
"tags": [
"gguf",
"quantized",
"roleplay",
"multimodal",
"vision",
"sillytavern",
"merge",
"mistral"
]
},
"hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/qGO0nIfZVcyuio5J07sU-.jpeg",
"summary": "Click here to see how this would work in practice in a roleplay chat. !image/jpeg Click here to see what your SillyTavern Image Captions extension settings should look like. !image/jpeg **If you want to use vision functionality:** * Make sure you are using the latest version of KoboldCpp. To use the multimodal capabilities of this model, such as **vision**, you also need to load the specified **mmproj** file, you can get it here or as uploaded in the repository. * You can load the **mmproj** by using the corresponding section in the interface: !image/png * For CLI users, you can load the **mmproj file** by adding the respective flag to your usual command: `` --mmproj your-mmproj-file.gguf ` # Quantization information: **Steps performed:** ` Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants) `` *Using the latest llama.cpp at the time.* # Original model information: # RP Vision !image/png RP Vision aims to be a smart RP model capable of providing a pretty, pliable and perfectly pleasant experience for the user. This model is vision capable using the mmproj file included in the mmproj folder. Vision is only compatible with Koboldcpp at this time. # Vision/multimodal capabilities: If you want to use vision functionality: You must use the latest versions of Koboldcpp. To use the multimodal capabilities of this model and use vision you need to load the specified mmproj file, this can be found inside this model repo. You can load the mmproj by using the corresponding section in the interface: !image/png",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlicense: apache-2.0\ninference: false\ntags:\n- gguf\n- quantized\n- roleplay\n- multimodal\n- vision\n- sillytavern\n- merge\n- mistral\n---\nThis repository hosts GGUF-IQ-Imatrix quants for [ChaoticNeutrals/RP_Vision_7B](https://huggingface.co/ChaoticNeutrals/RP_Vision_7B).\n\nThis is a **#multimodal** model that also has **#vision** capabilities. Read the full card information if that is your use case.\n\nQuants:\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**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# Vision/multimodal capabilities:\n\n<details><summary>\nClick here to see how this would work in practice in a roleplay chat.\n</summary>\n \n\n \n</details><br>\n\n<details><summary>\nClick here to see what your SillyTavern Image Captions extension settings should look like.\n</summary>\n \n\n \n</details><br>\n\n**If you want to use vision functionality:**\n\n* Make sure you are using the latest version of [KoboldCpp](https://github.com/LostRuins/koboldcpp).\n\nTo use the multimodal capabilities of this model, such as **vision**, you also need to load the specified **mmproj** file, you can get it [here](https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/blob/main/mmproj-model-f16.gguf) or as uploaded in the repository.\n\n* You can load the **mmproj** by using the corresponding section in the interface:\n\n\n\n* For CLI users, you can load the **mmproj file** by adding the respective flag to your usual command:\n\n```\n--mmproj your-mmproj-file.gguf\n```\n\n# Quantization information:\n\n**Steps performed:**\n\n```\nBase⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)\n```\n*Using the latest llama.cpp at the time.*\n\n# Original model information:\n\n# RP Vision\n\n\n\nRP Vision aims to be a smart RP model capable of providing a pretty, pliable and perfectly pleasant experience for the user. This model is vision capable using the mmproj file included in the mmproj folder. Vision is only compatible with Koboldcpp at this time.\n\n# Vision/multimodal capabilities:\n\nIf you want to use vision functionality:\n\nYou must use the latest versions of Koboldcpp.\nTo use the multimodal capabilities of this model and use vision you need to load the specified mmproj file, this can be found inside this model repo.\n\nYou can load the mmproj by using the corresponding section in the interface:\n\n",
"related_quantizations": []
},
"tags": [
"gguf",
"quantized",
"roleplay",
"multimodal",
"vision",
"sillytavern",
"merge",
"mistral",
"license:apache-2.0",
"region:us"
],
"likes": 7,
"downloads": 199,
"gated": false,
"private": false,
"last_modified": "2024-03-23T10:20:24.000Z",
"created_at": "2024-03-23T07:37:52.000Z",
"pipeline_tag": "",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "65fe86d02a0cdd3c59fc082d",
"id": "Lewdiculous/RP_Vision_7B-GGUF-IQ-Imatrix",
"modelId": "Lewdiculous/RP_Vision_7B-GGUF-IQ-Imatrix",
"sha": "031c144c0e16f2538e49d3ef31252be094c92816",
"createdAt": "2024-03-23T07:37:52.000Z",
"lastModified": "2024-03-23T10:20:24.000Z",
"author": "Lewdiculous",
"downloads": 199,
"likes": 7,
"gated": false,
"private": false,
"pipeline_tag": "",
"library_name": "",
"siblings_count": 16
}