mradermacher commited on
Commit
a8f2c5e
·
verified ·
1 Parent(s): eba6c48

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,6 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  static quants of https://huggingface.co/Isotonic/Hermes-2-Pro-Mixtral-4x7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Isotonic/Hermes-2-Pro-Mixtral-4x7B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ quantized_by: mradermacher
8
+ tags:
9
+ - moe
10
+ - merge
11
+ - mergekit
12
+ - lazymergekit
13
+ - NousResearch/Hermes-2-Pro-Mistral-7B
14
+ - Mixtral
15
+ - instruct
16
+ - finetune
17
+ - chatml
18
+ - DPO
19
+ - RLHF
20
+ - gpt4
21
+ - synthetic data
22
+ - distillation
23
+ - function calling
24
+ - json mode
25
+ ---
26
+ ## About
27
+
28
  <!-- ### quantize_version: 2 -->
29
  <!-- ### output_tensor_quantised: 1 -->
30
  <!-- ### convert_type: hf -->
31
  <!-- ### vocab_type: -->
32
  <!-- ### tags: nicoboss -->
33
  static quants of https://huggingface.co/Isotonic/Hermes-2-Pro-Mixtral-4x7B
34
+
35
+ <!-- provided-files -->
36
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-i1-GGUF
37
+ ## Usage
38
+
39
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
40
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
41
+ more details, including on how to concatenate multi-part files.
42
+
43
+ ## Provided Quants
44
+
45
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
46
+
47
+ | Link | Type | Size/GB | Notes |
48
+ |:-----|:-----|--------:|:------|
49
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q2_K.gguf) | Q2_K | 8.9 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q3_K_S.gguf) | Q3_K_S | 10.5 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q3_K_M.gguf) | Q3_K_M | 11.7 | lower quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q3_K_L.gguf) | Q3_K_L | 12.6 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.IQ4_XS.gguf) | IQ4_XS | 13.1 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q4_K_S.gguf) | Q4_K_S | 13.8 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q4_K_M.gguf) | Q4_K_M | 14.7 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q5_K_S.gguf) | Q5_K_S | 16.7 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q5_K_M.gguf) | Q5_K_M | 17.2 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q6_K.gguf) | Q6_K | 19.9 | very good quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-2-Pro-Mixtral-4x7B-GGUF/resolve/main/Hermes-2-Pro-Mixtral-4x7B.Q8_0.gguf) | Q8_0 | 25.8 | fast, best quality |
60
+
61
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
62
+ types (lower is better):
63
+
64
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
65
+
66
+ And here are Artefact2's thoughts on the matter:
67
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
68
+
69
+ ## FAQ / Model Request
70
+
71
+ See https://huggingface.co/mradermacher/model_requests for some answers to
72
+ questions you might have and/or if you want some other model quantized.
73
+
74
+ ## Thanks
75
+
76
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
77
+ me use its servers and providing upgrades to my workstation to enable
78
+ 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.
79
+
80
+ <!-- end -->