Transformers
GGUF
English
Inference Endpoints
mradermacher commited on
Commit
9c40cbe
1 Parent(s): d860fdb

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/abhishekchohan/Yi-9B-Forest-DPO-v1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Intel/orca_dpo_pairs
4
+ - nvidia/HelpSteer
5
+ - jondurbin/truthy-dpo-v0.1
6
+ exported_from: abhishekchohan/Yi-9B-Forest-DPO-v1.0
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ license: apache-2.0
11
+ quantized_by: mradermacher
12
+ ---
13
+ ## About
14
+
15
  static quants of https://huggingface.co/abhishekchohan/Yi-9B-Forest-DPO-v1.0
16
+
17
+
18
+ <!-- provided-files -->
19
+ 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.
20
+ ## Usage
21
+
22
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
23
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
24
+ more details, including on how to concatenate multi-part files.
25
+
26
+ ## Provided Quants
27
+
28
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
29
+
30
+ | Link | Type | Size/GB | Notes |
31
+ |:-----|:-----|--------:|:------|
32
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q2_K.gguf) | Q2_K | 3.8 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.IQ3_XS.gguf) | IQ3_XS | 4.1 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q3_K_S.gguf) | Q3_K_S | 4.3 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.IQ3_S.gguf) | IQ3_S | 4.3 | beats Q3_K* |
36
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.IQ3_M.gguf) | IQ3_M | 4.5 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q3_K_M.gguf) | Q3_K_M | 4.7 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q3_K_L.gguf) | Q3_K_L | 5.1 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.IQ4_XS.gguf) | IQ4_XS | 5.2 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q4_K_S.gguf) | Q4_K_S | 5.5 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q4_K_M.gguf) | Q4_K_M | 5.7 | fast, recommended |
42
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q5_K_S.gguf) | Q5_K_S | 6.5 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q5_K_M.gguf) | Q5_K_M | 6.7 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q6_K.gguf) | Q6_K | 7.7 | very good quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/Yi-9B-Forest-DPO-v1.0-GGUF/resolve/main/Yi-9B-Forest-DPO-v1.0.Q8_0.gguf) | Q8_0 | 9.7 | fast, best quality |
46
+
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## Thanks
57
+
58
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
59
+ me use its servers and providing upgrades to my workstation to enable
60
+ this work in my free time.
61
+
62
+ <!-- end -->