Lewdiculous commited on
Commit
617d6ad
1 Parent(s): dcb2040

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md CHANGED
@@ -1,7 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This version was initially on the **#experimental** side, but, quality and character card adherence seem to be solid. <br>
2
  Let's try to make Eris smarter _and cuter_. <br>
3
  Thanks for the solid work, [@Nitral-AI](https://huggingface.co/Nitral-AI/).
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # Original model information:
6
 
7
  Model outputs are solid in quality, and relevant to given cards.
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - gguf
5
+ - quantized
6
+ - roleplay
7
+ - multimodal
8
+ - vision
9
+ - sillytavern
10
+ - merge
11
+ - mistral
12
+ ---
13
+
14
+ This repository hosts GGUF-IQ-Imatrix quants for [Nitral-AI/Eris_PrimeV3.05-Vision-7B](https://huggingface.co/Nitral-AI/Eris_PrimeV3.05-Vision-7B).
15
+
16
  This version was initially on the **#experimental** side, but, quality and character card adherence seem to be solid. <br>
17
  Let's try to make Eris smarter _and cuter_. <br>
18
  Thanks for the solid work, [@Nitral-AI](https://huggingface.co/Nitral-AI/).
19
 
20
+ This is a #multimodal model that also has vision capabilities. Read the full card information if that is your use case.
21
+
22
+ Quants:
23
+ ```python
24
+ quantization_options = [
25
+ "Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
26
+ "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
27
+ ]
28
+ ```
29
+
30
+ **What does "Imatrix" mean?**
31
+
32
+ It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
33
+ The **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process.
34
+ 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.
35
+ [[1]](https://github.com/ggerganov/llama.cpp/discussions/5006) [[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
36
+
37
+ For 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.
38
+
39
+ # Vision/multimodal capabilities:
40
+
41
+ <details><summary>
42
+ Click here to see how this would work in practice in a roleplay chat.
43
+ </summary>
44
+
45
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/qGO0nIfZVcyuio5J07sU-.jpeg)
46
+
47
+ </details><br>
48
+
49
+ <details><summary>
50
+ Click here to see what your SillyTavern Image Captions extension settings should look like.
51
+ </summary>
52
+
53
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UpXOnVrzvsMRYeqMaSOaa.jpeg)
54
+
55
+ </details><br>
56
+
57
+ **If you want to use vision functionality:**
58
+
59
+ * Make sure you are using the latest version of [KoboldCpp](https://github.com/LostRuins/koboldcpp).
60
+
61
+ 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](https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/blob/main/mmproj-model-f16.gguf).
62
+
63
+ * You can load the **mmproj** by using the corresponding section in the interface:
64
+
65
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UX6Ubss2EPNAT3SKGMLe0.png)
66
+
67
+ * For CLI users, you can load the **mmproj file** by adding the respective flag to your usual command:
68
+
69
+ ```
70
+ --mmproj your-mmproj-file.gguf
71
+ ```
72
+
73
+ # Quantization information:
74
+
75
+ **Steps performed:**
76
+
77
+ ```
78
+ Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
79
+ ```
80
+ *Using the latest llama.cpp at the time.*
81
+
82
  # Original model information:
83
 
84
  Model outputs are solid in quality, and relevant to given cards.