mradermacher commited on
Commit
0fbf3aa
1 Parent(s): 745f012

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1,3 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  static 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
  static quants of https://huggingface.co/louisbrulenaudet/Pearl-34B-ties
22
+
23
+
24
+ <!-- provided-files -->
25
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
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-GGUF/resolve/main/Pearl-34B-ties.Q3_K_M.gguf) | Q3_K_M | 17.3 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Pearl-34B-ties-GGUF/resolve/main/Pearl-34B-ties.Q4_K_S.gguf) | Q4_K_S | 20.2 | fast, recommended |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->