mradermacher commited on
Commit
d61085f
1 Parent(s): 744bb47

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  weighted/imatrix quants of https://huggingface.co/louisbrulenaudet/Pearl-34B-ties
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - jondurbin/bagel-dpo-34b-v0.2
4
+ - abacusai/MetaMath-Bagel-DPO-34B
5
+ exported_from: louisbrulenaudet/Pearl-34B-ties
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - merge
13
+ - mergekit
14
+ - jondurbin/bagel-dpo-34b-v0.2
15
+ - abacusai/MetaMath-Bagel-DPO-34B
16
+ ---
17
+ ## About
18
+
19
  <!-- ### convert_type: -->
20
  <!-- ### vocab_type: -->
21
  weighted/imatrix quants of https://huggingface.co/louisbrulenaudet/Pearl-34B-ties
22
+
23
+
24
+ <!-- provided-files -->
25
+ static quants are available at https://huggingface.co/mradermacher/Pearl-34B-ties-GGUF
26
+ ## Usage
27
+
28
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
29
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
30
+ more details, including on how to concatenate multi-part files.
31
+
32
+ ## Provided Quants
33
+
34
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
35
+
36
+ | Link | Type | Size/GB | Notes |
37
+ |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-IQ2_M.gguf) | i1-IQ2_M | 12.5 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
40
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 14.0 | lower quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q3_K_S.gguf) | i1-Q3_K_S | 15.6 | IQ3_XS probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.3 | IQ3_S probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q3_K_L.gguf) | i1-Q3_K_L | 18.8 | IQ3_M probably better |
44
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-IQ4_XS.gguf) | i1-IQ4_XS | 19.1 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q4_0.gguf) | i1-Q4_0 | 20.2 | fast, low quality |
46
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.2 | optimal size/speed/quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q4_K_M.gguf) | i1-Q4_K_M | 21.3 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q5_K_S.gguf) | i1-Q5_K_S | 24.3 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q5_K_M.gguf) | i1-Q5_K_M | 25.0 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-i1-GGUF/resolve/main/Pearl-34B-ties.i1-Q6_K.gguf) | i1-Q6_K | 28.9 | practically like static Q6_K |
51
+
52
+
53
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
54
+ types (lower is better):
55
+
56
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
57
+
58
+ And here are Artefact2's thoughts on the matter:
59
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
60
+
61
+ ## Thanks
62
+
63
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
64
+ me use its servers and providing upgrades to my workstation to enable
65
+ this work in my free time.
66
+
67
+ <!-- end -->