mradermacher
commited on
Commit
•
544bd27
1
Parent(s):
192c4f1
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
weighted/imatrix quants of https://huggingface.co/jondurbin/airoboros-l2-c70b-3.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- jondurbin/airoboros-3.1
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
+
license: llama2
|
8 |
+
quantized_by: mradermacher
|
9 |
+
---
|
10 |
+
## About
|
11 |
+
|
12 |
weighted/imatrix quants of https://huggingface.co/jondurbin/airoboros-l2-c70b-3.1.2
|
13 |
+
|
14 |
+
|
15 |
+
<!-- provided-files -->
|
16 |
+
static quants are available at https://huggingface.co/mradermacher/airoboros-l2-c70b-3.1.2-GGUF
|
17 |
+
## Usage
|
18 |
+
|
19 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
20 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
21 |
+
more details, including on how to concatenate multi-part files.
|
22 |
+
|
23 |
+
## Provided Quants
|
24 |
+
|
25 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
26 |
+
|
27 |
+
| Link | Type | Size/GB | Notes |
|
28 |
+
|:-----|:-----|--------:|:------|
|
29 |
+
| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-c70b-3.1.2-i1-GGUF/resolve/main/airoboros-l2-c70b-3.1.2.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
|
30 |
+
|
31 |
+
|
32 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
33 |
+
types (lower is better):
|
34 |
+
|
35 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
36 |
+
|
37 |
+
And here are Artefact2's thoughts on the matter:
|
38 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
39 |
+
|
40 |
+
## Thanks
|
41 |
+
|
42 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
43 |
+
me use its servers and providing upgrades to my workstation to enable
|
44 |
+
this work in my free time.
|
45 |
+
|
46 |
+
<!-- end -->
|