mradermacher commited on
Commit
9e9650d
1 Parent(s): cd05972

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md CHANGED
@@ -1,6 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/CausalLM/35b-beta-long
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CausalLM/35b-beta-long
3
+ datasets:
4
+ - JosephusCheung/GuanacoDataset
5
+ - meta-math/MetaMathQA
6
+ - jondurbin/airoboros-3.1
7
+ - WizardLM/WizardLM_evol_instruct_V2_196k
8
+ - RyokoAI/ShareGPT52K
9
+ - RyokoAI/Fandom23K
10
+ - milashkaarshif/MoeGirlPedia_wikitext_raw_archive
11
+ - wikipedia
12
+ - wiki_lingua
13
+ - garage-bAInd/Open-Platypus
14
+ - LDJnr/Puffin
15
+ - BAAI/COIG
16
+ - TigerResearch/tigerbot-zhihu-zh-10k
17
+ - liwu/MNBVC
18
+ - teknium/openhermes
19
+ - CausalLM/Refined-Anime-Text
20
+ - microsoft/orca-math-word-problems-200k
21
+ - m-a-p/CodeFeedback-Filtered-Instruction
22
+ language:
23
+ - en
24
+ - zh
25
+ - ja
26
+ - de
27
+ library_name: transformers
28
+ license: wtfpl
29
+ quantized_by: mradermacher
30
+ ---
31
+ ## About
32
+
33
  <!-- ### quantize_version: 2 -->
34
  <!-- ### output_tensor_quantised: 1 -->
35
  <!-- ### convert_type: hf -->
36
  <!-- ### vocab_type: -->
37
  <!-- ### tags: nicoboss -->
38
  weighted/imatrix quants of https://huggingface.co/CausalLM/35b-beta-long
39
+
40
+ <!-- provided-files -->
41
+ static quants are available at https://huggingface.co/mradermacher/35b-beta-long-GGUF
42
+ ## Usage
43
+
44
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
45
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
46
+ more details, including on how to concatenate multi-part files.
47
+
48
+ ## Provided Quants
49
+
50
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
51
+
52
+ | Link | Type | Size/GB | Notes |
53
+ |:-----|:-----|--------:|:------|
54
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ1_S.gguf) | i1-IQ1_S | 8.6 | for the desperate |
55
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ1_M.gguf) | i1-IQ1_M | 9.2 | mostly desperate |
56
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 10.3 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ2_XS.gguf) | i1-IQ2_XS | 11.2 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ2_S.gguf) | i1-IQ2_S | 11.9 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ2_M.gguf) | i1-IQ2_M | 12.8 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q2_K.gguf) | i1-Q2_K | 13.9 | IQ3_XXS probably better |
61
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 13.9 | lower quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ3_XS.gguf) | i1-IQ3_XS | 15.2 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ3_S.gguf) | i1-IQ3_S | 16.0 | beats Q3_K* |
64
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q3_K_S.gguf) | i1-Q3_K_S | 16.0 | IQ3_XS probably better |
65
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ3_M.gguf) | i1-IQ3_M | 16.8 | |
66
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.7 | IQ3_S probably better |
67
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q3_K_L.gguf) | i1-Q3_K_L | 19.2 | IQ3_M probably better |
68
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-IQ4_XS.gguf) | i1-IQ4_XS | 19.3 | |
69
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q4_0.gguf) | i1-Q4_0 | 20.4 | fast, low quality |
70
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.5 | optimal size/speed/quality |
71
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q4_K_M.gguf) | i1-Q4_K_M | 21.6 | fast, recommended |
72
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q5_K_S.gguf) | i1-Q5_K_S | 24.4 | |
73
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q5_K_M.gguf) | i1-Q5_K_M | 25.1 | |
74
+ | [GGUF](https://huggingface.co/mradermacher/35b-beta-long-i1-GGUF/resolve/main/35b-beta-long.i1-Q6_K.gguf) | i1-Q6_K | 28.8 | practically like static Q6_K |
75
+
76
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
77
+ types (lower is better):
78
+
79
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
80
+
81
+ And here are Artefact2's thoughts on the matter:
82
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
83
+
84
+ ## FAQ / Model Request
85
+
86
+ See https://huggingface.co/mradermacher/model_requests for some answers to
87
+ questions you might have and/or if you want some other model quantized.
88
+
89
+ ## Thanks
90
+
91
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
92
+ me use its servers and providing upgrades to my workstation to enable
93
+ 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.
94
+
95
+ <!-- end -->