mradermacher commited on
Commit
955bcb4
·
verified ·
1 Parent(s): 6eb3793

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md CHANGED
@@ -1,6 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1-7B-pytorch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: open-neo/Kyro-n1.1-7B-pytorch
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: other
35
+ license_link: LICENSE.md
36
+ license_name: kyro
37
+ quantized_by: mradermacher
38
+ tags:
39
+ - reasoning
40
+ - kyro
41
+ - open-neo
42
+ - open-source
43
+ - deepseek-r1
44
+ ---
45
+ ## About
46
+
47
  <!-- ### quantize_version: 2 -->
48
  <!-- ### output_tensor_quantised: 1 -->
49
  <!-- ### convert_type: hf -->
50
  <!-- ### vocab_type: -->
51
  <!-- ### tags: -->
52
  static quants of https://huggingface.co/open-neo/Kyro-n1.1-7B-pytorch
53
+
54
+ <!-- provided-files -->
55
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-i1-GGUF
56
+ ## Usage
57
+
58
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
59
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
60
+ more details, including on how to concatenate multi-part files.
61
+
62
+ ## Provided Quants
63
+
64
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
65
+
66
+ | Link | Type | Size/GB | Notes |
67
+ |:-----|:-----|--------:|:------|
68
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q2_K.gguf) | Q2_K | 3.1 | |
69
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
70
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
71
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
72
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
73
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
74
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
75
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
76
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-7B-pytorch-GGUF/resolve/main/Kyro-n1.1-7B-pytorch.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
77
+
78
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
79
+ types (lower is better):
80
+
81
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
82
+
83
+ And here are Artefact2's thoughts on the matter:
84
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
85
+
86
+ ## FAQ / Model Request
87
+
88
+ See https://huggingface.co/mradermacher/model_requests for some answers to
89
+ questions you might have and/or if you want some other model quantized.
90
+
91
+ ## Thanks
92
+
93
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
94
+ me use its servers and providing upgrades to my workstation to enable
95
+ 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.
96
+
97
+ <!-- end -->