mradermacher commited on
Commit
e38f1a1
·
verified ·
1 Parent(s): 2efd2fa

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -1,6 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/open-neo/Kyro-n1-14B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: open-neo/Kyro-n1-14B
3
+ language:
4
+ - en
5
+ - zh
6
+ - fr
7
+ - es
8
+ - pt
9
+ - de
10
+ - it
11
+ - ru
12
+ - ja
13
+ - ko
14
+ - vi
15
+ - th
16
+ - ar
17
+ - fa
18
+ - he
19
+ - tr
20
+ - cs
21
+ - pl
22
+ - hi
23
+ - bn
24
+ - ur
25
+ - id
26
+ - ms
27
+ - lo
28
+ - my
29
+ - ceb
30
+ - km
31
+ - tl
32
+ - nl
33
+ library_name: transformers
34
+ license: mit
35
+ quantized_by: mradermacher
36
+ tags:
37
+ - trl
38
+ - Reasoning
39
+ - open-llm
40
+ - synthetic-data
41
+ - Deepseek-R1
42
+ - Qwen2.5
43
+ - fine-tune
44
+ - unsloth
45
+ - Conversational
46
+ - Agentic
47
+ ---
48
+ ## About
49
+
50
  <!-- ### quantize_version: 2 -->
51
  <!-- ### output_tensor_quantised: 1 -->
52
  <!-- ### convert_type: hf -->
53
  <!-- ### vocab_type: -->
54
  <!-- ### tags: -->
55
  static quants of https://huggingface.co/open-neo/Kyro-n1-14B
56
+
57
+ <!-- provided-files -->
58
+ 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.
59
+ ## Usage
60
+
61
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
62
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
63
+ more details, including on how to concatenate multi-part files.
64
+
65
+ ## Provided Quants
66
+
67
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
68
+
69
+ | Link | Type | Size/GB | Notes |
70
+ |:-----|:-----|--------:|:------|
71
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q2_K.gguf) | Q2_K | 5.9 | |
72
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
73
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
74
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
75
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.IQ4_XS.gguf) | IQ4_XS | 8.3 | |
76
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
77
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
78
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q5_K_S.gguf) | Q5_K_S | 10.4 | |
79
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q5_K_M.gguf) | Q5_K_M | 10.6 | |
80
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
81
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-GGUF/resolve/main/Kyro-n1-14B.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality |
82
+
83
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
84
+ types (lower is better):
85
+
86
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
87
+
88
+ And here are Artefact2's thoughts on the matter:
89
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
90
+
91
+ ## FAQ / Model Request
92
+
93
+ See https://huggingface.co/mradermacher/model_requests for some answers to
94
+ questions you might have and/or if you want some other model quantized.
95
+
96
+ ## Thanks
97
+
98
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
99
+ me use its servers and providing upgrades to my workstation to enable
100
+ this work in my free time.
101
+
102
+ <!-- end -->