mradermacher commited on
Commit
20e8273
1 Parent(s): be901fe

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,6 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/jondurbin/airoboros-34b-3.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jondurbin/airoboros-34b-3.2
3
+ datasets:
4
+ - jondurbin/airoboros-3.2
5
+ - bluemoon-fandom-1-1-rp-cleaned
6
+ - boolq
7
+ - jondurbin/gutenberg-dpo-v0.1
8
+ - LDJnr/Capybara
9
+ - jondurbin/cinematika-v0.1
10
+ - glaiveai/glaive-function-calling-v2
11
+ - grimulkan/LimaRP-augmented
12
+ - piqa
13
+ - Vezora/Tested-22k-Python-Alpaca
14
+ - mattpscott/airoboros-summarization
15
+ - unalignment/toxic-dpo-v0.2
16
+ language:
17
+ - en
18
+ library_name: transformers
19
+ license: other
20
+ license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
21
+ license_name: yi-license
22
+ quantized_by: mradermacher
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  <!-- ### tags: nicoboss -->
31
  weighted/imatrix quants of https://huggingface.co/jondurbin/airoboros-34b-3.2
32
+
33
+ <!-- provided-files -->
34
+ static quants are available at https://huggingface.co/mradermacher/airoboros-34b-3.2-GGUF
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-IQ2_M.gguf) | i1-IQ2_M | 11.9 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-Q2_K.gguf) | i1-Q2_K | 12.9 | IQ3_XXS probably better |
49
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 13.4 | lower quality |
50
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-IQ3_M.gguf) | i1-IQ3_M | 15.7 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.8 | IQ3_S probably better |
52
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 19.7 | optimal size/speed/quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-34b-3.2-i1-GGUF/resolve/main/airoboros-34b-3.2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.8 | fast, recommended |
54
+
55
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
56
+ types (lower is better):
57
+
58
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
59
+
60
+ And here are Artefact2's thoughts on the matter:
61
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
62
+
63
+ ## FAQ / Model Request
64
+
65
+ See https://huggingface.co/mradermacher/model_requests for some answers to
66
+ questions you might have and/or if you want some other model quantized.
67
+
68
+ ## Thanks
69
+
70
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
71
+ me use its servers and providing upgrades to my workstation to enable
72
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
73
+
74
+ <!-- end -->