Lewdiculous
commited on
Commit
•
fd35ca5
1
Parent(s):
a3a8a2c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- mistral
|
5 |
+
- quantized
|
6 |
+
- text-generation-inference
|
7 |
+
- roleplay
|
8 |
+
# - rp
|
9 |
+
# - uncensored
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
inference: false
|
12 |
+
# language:
|
13 |
+
# - en
|
14 |
+
# FILL THE INFORMATION:
|
15 |
+
# Reference: ChaoticNeutrals/Eris_7B
|
16 |
+
# Author: ChaoticNeutrals
|
17 |
+
# Model: Eris_7B
|
18 |
+
# Llama.cpp version: b2308
|
19 |
+
---
|
20 |
+
|
21 |
+
## GGUF-Imatrix quantizations for [ChaoticNeutrals/Eris_7B](https://huggingface.co/ChaoticNeutrals/Eris_7B/).
|
22 |
+
|
23 |
+
All credits belong to the author.
|
24 |
+
|
25 |
+
## What does "Imatrix" mean?
|
26 |
+
|
27 |
+
It stands for **Importance Matrix**, a technique used to improve the quality of quantized models. <br>
|
28 |
+
[[1]](https://github.com/ggerganov/llama.cpp/discussions/5006/) <br>
|
29 |
+
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 and lead to better performance, especially when the calibration data is diverse. <br>
|
30 |
+
[[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384/)
|
31 |
+
|
32 |
+
For --imatrix data, `imatrix-Eris_7B-F16.dat` was used.
|
33 |
+
|
34 |
+
Using [llama.cpp-bb2308](https://github.com/ggerganov/llama.cpp/releases/tag/bb2308/):
|
35 |
+
|
36 |
+
```
|
37 |
+
Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
38 |
+
```
|
39 |
+
|
40 |
+
The new **IQ3_S** quant-option has shown to be better than the old Q3_K_S, so I added that instead of the later. Only supported in `koboldcpp-1.59.1` or higher.
|
41 |
+
|
42 |
+
If you want any specific quantization to be added, feel free to ask.
|
43 |
+
|
44 |
+
<!-- ## Model image: -->
|
45 |
+
|
46 |
+
## Original model information:
|
47 |
+
|
48 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/GZPRq5YCQO6v8v-aF7CQt.png)
|
49 |
+
|
50 |
+
# Jeitral: "Eris, the Greek goddess of chaos and discord."
|
51 |
+
|
52 |
+
Notes: Model should be excellent for both RP/Chat related tasks. Seems to be working in both Alpaca/Chatml.
|
53 |
+
|
54 |
+
```Collaborative effort from both @Jeiku and @Nitral involving what we currently felt were our best individual projects.```
|
55 |
+
|
56 |
+
We hope you enjoy! - The Chaotic Neutrals.
|
57 |
+
|
58 |
+
The following models were included in the merge:
|
59 |
+
* [ChaoticNeutrals/Prodigy_7B](https://huggingface.co/ChaoticNeutrals/Prodigy_7B)
|
60 |
+
* [Test157t/Prima-LelantaclesV6-7b](https://huggingface.co/Test157t/Prima-LelantaclesV6-7b)
|
61 |
+
|
62 |
+
### Configuration
|
63 |
+
|
64 |
+
The following YAML configuration was used to produce this model:
|
65 |
+
|
66 |
+
```yaml
|
67 |
+
slices:
|
68 |
+
- sources:
|
69 |
+
- model: Test157t/Prima-LelantaclesV6-7b
|
70 |
+
layer_range: [0, 32]
|
71 |
+
- model: ChaoticNeutrals/Prodigy_7B
|
72 |
+
layer_range: [0, 32]
|
73 |
+
merge_method: slerp
|
74 |
+
base_model: Test157t/Prima-LelantaclesV6-7b
|
75 |
+
parameters:
|
76 |
+
t:
|
77 |
+
- filter: self_attn
|
78 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
79 |
+
- filter: mlp
|
80 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
81 |
+
- value: 0.5
|
82 |
+
dtype: bfloat16
|
83 |
+
```
|