This repository hosts GGUF-IQ-Imatrix quants for
ResplendentAI/DaturaCookie_7B.
This is a #multimodal model that also has vision capabilities. Read the full card information if that is your use case.
1 quantization_options = [
2 "Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
3 "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
4 ]
It stands for
Importance Matrix, a technique used to improve the quality of quantized models.
The
Imatrix is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process.
The 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.
[1] [2]
For imatrix data generation, kalomaze's
groups_merged.txt with added roleplay chats was used, you can find it
here. This was just to add a bit more diversity to the data.
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, it's also hosted in this repository inside the
mmproj folder.
Proficient at roleplaying and lightehearted conversation, this model is prone to NSFW outputs.
1slices:
2 - sources:
3 - model: ChaoticNeutrals/Cookie_7B
4 layer_range: [0, 32]
5 - model: ResplendentAI/Datura_7B
6 layer_range: [0, 32]
7merge_method: slerp
8base_model: ResplendentAI/Datura_7B
9parameters:
10 t:
11 - filter: self_attn
12 value: [1, 0.75, 0.5, 0.25, 0]
13 - filter: mlp
14 value: [0, 0.25, 0.5, 0.75, 1]
15 - value: 0.5
16dtype: bfloat16