Transformers
English
Inference Endpoints
mradermacher commited on
Commit
26ab96d
1 Parent(s): 9221fed

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1 +1,44 @@
1
- static quants of https://huggingface.co/jondurbin/airoboros-180b-2.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - jondurbin/airoboros-2.2.1
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ license_link: https://huggingface.co/tiiuae/falcon-180B/raw/main/LICENSE.txt
9
+ license_name: falcon-180b-tii-license-1.0
10
+ quantized_by: mradermacher
11
+ ---
12
+ ## About
13
+
14
+ static quants of https://huggingface.co/jondurbin/airoboros-180b-2.2.1
15
+
16
+ <!-- provided-files -->
17
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/airoboros-180b-2.2.1-i1-GGUF
18
+ ## Usage
19
+
20
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
21
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
22
+ more details, including on how to concatenate multi-part files.
23
+
24
+ ## Provided Quants
25
+
26
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
27
+
28
+ | Link | Type | Size/GB | Notes |
29
+ |:-----|:-----|--------:|:------|
30
+ | [PART 1](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q2_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q2_K.gguf.part2of2) | Q2_K | 67.8 | |
31
+ | [PART 1](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q3_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q3_K_M.gguf.part2of2) | Q3_K_M | 86.5 | lower quality |
32
+ | [PART 1](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q4_K_M.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q4_K_M.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q4_K_M.gguf.part3of3) | Q4_K_M | 109.8 | fast, medium quality |
33
+ | [PART 1](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q6_K.gguf.part1of4) [PART 2](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q6_K.gguf.part2of4) [PART 3](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q6_K.gguf.part3of4) [PART 4](https://huggingface.co/mradermacher/airoboros-180b-2.2.1-GGUF/resolve/main/airoboros-180b-2.2.1.Q6_K.gguf.part4of4) | Q6_K | 148.5 | very good quality |
34
+
35
+
36
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
37
+ types (lower is better):
38
+
39
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
40
+
41
+ And here are Artefact2's thoughts on the matter:
42
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
43
+
44
+ <!-- end -->