Lewdiculous
commited on
Commit
•
726dea9
1
Parent(s):
c35058a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- SanjiWatsuki/Kunoichi-DPO-v2-7B
|
4 |
+
- Epiculous/Fett-uccine-Long-Noodle-7B-120k-Context
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mistral
|
8 |
+
- quantized
|
9 |
+
- text-generation-inference
|
10 |
+
- merge
|
11 |
+
- mergekit
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
inference: false
|
14 |
+
---
|
15 |
+
# **GGUF-Imatrix quantizations for [Pasta-Lake-7b](https://huggingface.co/Test157t/Pasta-Lake-7b).**
|
16 |
+
|
17 |
+
## *This has been my personal favourite and daily-driver role-play model for a while, so I decided to make new quantizations for it using the full F16-Imatrix data.*
|
18 |
+
|
19 |
+
SillyTavern preset files are located [here](https://huggingface.co/Test157t/Kunocchini-7b-128k-test/tree/main/ST%20presets).
|
20 |
+
|
21 |
+
*If you want any specific quantization to be added, feel free to ask.*
|
22 |
+
|
23 |
+
All credits belong to the [creator](https://huggingface.co/Test157t/).
|
24 |
+
|
25 |
+
`Base⇢ GGUF(F16)⇢ GGUF(Quants)`
|
26 |
+
|
27 |
+
The new **IQ3_S** merged today 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` or higher.
|
28 |
+
|
29 |
+
Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2254](https://github.com/ggerganov/llama.cpp/releases/tag/b2254).
|
30 |
+
|
31 |
+
For --imatrix data, `imatrix-Kunocchini-7b-128k-test-F16.dat` was used.
|
32 |
+
|
33 |
+
# Original model information:
|