This repository hosts deprecated GGUF-IQ-Imatrix quants for
localfultonextractor/Erosumika-7B-v2.
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.
A DARE TIES merge between Nitral's
Kunocchini-7b, Epiculous'
Mika-7B and my
FlatErosAlpha, a flattened(in order to keep the vocab size 32000) version of tavtav's
eros-7B-ALPHA. In my brief testing, v2 is a significant improvement over the original Erosumika; I guess it won the DARE TIES lottery. Alpaca and Mistral seem to work best. Chat-ML might also work but I expect it to never end generations. Anything goes!
Due to it being an experimental model, there are some quirks...
The intended use-case for this model is fictional writing for entertainment purposes. Any other sort of usage is out of scope.
It may produce socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive. Outputs might often be factually wrong or misleading.
1base_model: localfultonextractor/FlatErosAlpha
2models:
3 - model: localfultonextractor/FlatErosAlpha
4 - model: Epiculous/Mika-7B
5 parameters:
6 density: 0.5
7 weight: 0.25
8 - model: Nitral-AI/Kunocchini-7b
9 parameters:
10 density: 0.5
11 weight: 0.75
12merge_method: dare_ties
13dtype: bfloat16