mradermacher commited on
Commit
870dda4
·
verified ·
1 Parent(s): 52cfc55

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -1,3 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +39,50 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/arnomatic/Hermes-4.3-36B-heretic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: arnomatic/Hermes-4.3-36B-heretic
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - Bytedance Seed
12
+ - instruct
13
+ - finetune
14
+ - reasoning
15
+ - hybrid-mode
16
+ - chatml
17
+ - function calling
18
+ - tool use
19
+ - json mode
20
+ - structured outputs
21
+ - atropos
22
+ - dataforge
23
+ - long context
24
+ - roleplaying
25
+ - chat
26
+ - heretic
27
+ - uncensored
28
+ - decensored
29
+ - abliterated
30
+ ---
31
+ ## About
32
+
33
  <!-- ### quantize_version: 2 -->
34
  <!-- ### output_tensor_quantised: 1 -->
35
  <!-- ### convert_type: hf -->
 
39
  <!-- ### quants_skip: -->
40
  <!-- ### skip_mmproj: -->
41
  static quants of https://huggingface.co/arnomatic/Hermes-4.3-36B-heretic
42
+
43
+ <!-- provided-files -->
44
+
45
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Hermes-4.3-36B-heretic-GGUF).***
46
+
47
+ 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.
48
+ ## Usage
49
+
50
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
51
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
52
+ more details, including on how to concatenate multi-part files.
53
+
54
+ ## Provided Quants
55
+
56
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
57
+
58
+ | Link | Type | Size/GB | Notes |
59
+ |:-----|:-----|--------:|:------|
60
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q2_K.gguf) | Q2_K | 13.7 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q3_K_S.gguf) | Q3_K_S | 16.0 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q3_K_M.gguf) | Q3_K_M | 17.7 | lower quality |
63
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q3_K_L.gguf) | Q3_K_L | 19.2 | |
64
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q4_K_S.gguf) | Q4_K_S | 20.8 | fast, recommended |
65
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q4_K_M.gguf) | Q4_K_M | 21.9 | fast, recommended |
66
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q6_K.gguf) | Q6_K | 29.8 | very good quality |
67
+ | [GGUF](https://huggingface.co/mradermacher/Hermes-4.3-36B-heretic-GGUF/resolve/main/Hermes-4.3-36B-heretic.Q8_0.gguf) | Q8_0 | 38.5 | fast, best quality |
68
+
69
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
70
+ types (lower is better):
71
+
72
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
73
+
74
+ And here are Artefact2's thoughts on the matter:
75
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
76
+
77
+ ## FAQ / Model Request
78
+
79
+ See https://huggingface.co/mradermacher/model_requests for some answers to
80
+ questions you might have and/or if you want some other model quantized.
81
+
82
+ ## Thanks
83
+
84
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
85
+ me use its servers and providing upgrades to my workstation to enable
86
+ this work in my free time.
87
+
88
+ <!-- end -->