mradermacher
commited on
Commit
•
7b0b9bb
1
Parent(s):
bc094b1
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
weighted/imatrix quants of https://huggingface.co/MarsupialAI/LaDameBlanche-103b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
exported_from: MarsupialAI/LaDameBlanche-103b
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
license: other
|
7 |
+
quantized_by: mradermacher
|
8 |
+
tags:
|
9 |
+
- rp
|
10 |
+
- erp
|
11 |
+
- chat
|
12 |
+
- storywriting
|
13 |
+
- not-for-all-audiences
|
14 |
+
- nsfw
|
15 |
+
- rotating-stack-merge
|
16 |
+
---
|
17 |
+
## About
|
18 |
+
|
19 |
weighted/imatrix quants of https://huggingface.co/MarsupialAI/LaDameBlanche-103b
|
20 |
+
|
21 |
+
|
22 |
+
<!-- provided-files -->
|
23 |
+
static quants are available at https://huggingface.co/mradermacher/LaDameBlanche-103b-GGUF
|
24 |
+
## Usage
|
25 |
+
|
26 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
27 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
28 |
+
more details, including on how to concatenate multi-part files.
|
29 |
+
|
30 |
+
## Provided Quants
|
31 |
+
|
32 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
33 |
+
|
34 |
+
| Link | Type | Size/GB | Notes |
|
35 |
+
|:-----|:-----|--------:|:------|
|
36 |
+
| [PART 1](https://huggingface.co/mradermacher/LaDameBlanche-103b-i1-GGUF/resolve/main/LaDameBlanche-103b.i1-Q3_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/LaDameBlanche-103b-i1-GGUF/resolve/main/LaDameBlanche-103b.i1-Q3_K_M.gguf.part2of2) | i1-Q3_K_M | 50.0 | IQ3_S probably better |
|
37 |
+
| [PART 1](https://huggingface.co/mradermacher/LaDameBlanche-103b-i1-GGUF/resolve/main/LaDameBlanche-103b.i1-Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/LaDameBlanche-103b-i1-GGUF/resolve/main/LaDameBlanche-103b.i1-Q4_K_S.gguf.part2of2) | i1-Q4_K_S | 59.0 | optimal size/speed/quality |
|
38 |
+
|
39 |
+
|
40 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
41 |
+
types (lower is better):
|
42 |
+
|
43 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
44 |
+
|
45 |
+
And here are Artefact2's thoughts on the matter:
|
46 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
47 |
+
|
48 |
+
## Thanks
|
49 |
+
|
50 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
51 |
+
me use its servers and providing upgrades to my workstation to enable
|
52 |
+
this work in my free time.
|
53 |
+
|
54 |
+
<!-- end -->
|