mradermacher commited on
Commit
fcb1d96
1 Parent(s): bff5dac

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/00000-X/Dolphin-2.6-FC_Hermes-2-Pro
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - cognitivecomputations/fc-dolphin-2.6-mistral-7b-dpo-laser
4
+ - NousResearch/Hermes-2-Pro-Mistral-7B
5
+ exported_from: 00000-X/Dolphin-2.6-FC_Hermes-2-Pro
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - merge
12
+ - mergekit
13
+ - lazymergekit
14
+ - cognitivecomputations/fc-dolphin-2.6-mistral-7b-dpo-laser
15
+ - NousResearch/Hermes-2-Pro-Mistral-7B
16
+ ---
17
+ ## About
18
+
19
  static quants of https://huggingface.co/00000-X/Dolphin-2.6-FC_Hermes-2-Pro
20
+
21
+
22
+ <!-- provided-files -->
23
+ 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.
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.Q2_K.gguf) | Q2_K | 3.0 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.IQ3_S.gguf) | IQ3_S | 3.4 | beats Q3_K* |
38
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.Q4_0.gguf) | Q4_0 | 4.4 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Dolphin-2.6-FC_Hermes-2-Pro-GGUF/resolve/main/Dolphin-2.6-FC_Hermes-2-Pro.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
42
+
43
+
44
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
45
+ types (lower is better):
46
+
47
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
48
+
49
+ And here are Artefact2's thoughts on the matter:
50
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
51
+
52
+ ## Thanks
53
+
54
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
55
+ me use its servers and providing upgrades to my workstation to enable
56
+ this work in my free time.
57
+
58
+ <!-- end -->