mradermacher commited on
Commit
bd6d511
·
verified ·
1 Parent(s): 7d554e8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +29,43 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/Daemontatox/HydraCoder
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Daemontatox/HydraCoder
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ model_name: Daemontatox/HydraCoder
8
+ mradermacher:
9
+ readme_rev: 1
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - text-generation-inference
13
+ - transformers
14
+ - unsloth
15
+ - qwen3_moe
16
+ - rust
17
+ - code-generation
18
+ - instruction-tuning
19
+ - open-source
20
+ ---
21
+ ## About
22
+
23
  <!-- ### quantize_version: 2 -->
24
  <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
 
29
  <!-- ### quants_skip: -->
30
  <!-- ### skip_mmproj: -->
31
  static quants of https://huggingface.co/Daemontatox/HydraCoder
32
+
33
+ <!-- provided-files -->
34
+
35
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#HydraCoder-GGUF).***
36
+
37
+ 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.
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/HydraCoder-GGUF/resolve/main/HydraCoder.Q4_K_S.gguf) | Q4_K_S | 17.6 | fast, recommended |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ this work in my free time.
70
+
71
+ <!-- end -->