mradermacher commited on
Commit
6502572
·
verified ·
1 Parent(s): 927b407

auto-patch README.md

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