mradermacher commited on
Commit
0c53d24
·
verified ·
1 Parent(s): b64db18

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -1,3 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +42,54 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/kyutai/helium-1-2b-main
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kyutai/helium-1-2b-main
3
+ language:
4
+ - bg
5
+ - cs
6
+ - da
7
+ - de
8
+ - el
9
+ - en
10
+ - es
11
+ - et
12
+ - fi
13
+ - fr
14
+ - ga
15
+ - hr
16
+ - hu
17
+ - it
18
+ - lt
19
+ - lv
20
+ - mt
21
+ - nl
22
+ - pl
23
+ - pt
24
+ - ro
25
+ - sk
26
+ - sl
27
+ - sv
28
+ library_name: transformers
29
+ license: cc-by-sa-4.0
30
+ mradermacher:
31
+ readme_rev: 1
32
+ quantized_by: mradermacher
33
+ ---
34
+ ## About
35
+
36
  <!-- ### quantize_version: 2 -->
37
  <!-- ### output_tensor_quantised: 1 -->
38
  <!-- ### convert_type: hf -->
 
42
  <!-- ### quants_skip: -->
43
  <!-- ### skip_mmproj: -->
44
  static quants of https://huggingface.co/kyutai/helium-1-2b-main
45
+
46
+ <!-- provided-files -->
47
+
48
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#helium-1-2b-main-GGUF).***
49
+
50
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/helium-1-2b-main-i1-GGUF
51
+ ## Usage
52
+
53
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
54
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
55
+ more details, including on how to concatenate multi-part files.
56
+
57
+ ## Provided Quants
58
+
59
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
60
+
61
+ | Link | Type | Size/GB | Notes |
62
+ |:-----|:-----|--------:|:------|
63
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q2_K.gguf) | Q2_K | 0.9 | |
64
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q3_K_S.gguf) | Q3_K_S | 1.0 | |
65
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q3_K_M.gguf) | Q3_K_M | 1.1 | lower quality |
66
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q3_K_L.gguf) | Q3_K_L | 1.2 | |
67
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.IQ4_XS.gguf) | IQ4_XS | 1.2 | |
68
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q4_K_S.gguf) | Q4_K_S | 1.3 | fast, recommended |
69
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q4_K_M.gguf) | Q4_K_M | 1.3 | fast, recommended |
70
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q5_K_S.gguf) | Q5_K_S | 1.5 | |
71
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q5_K_M.gguf) | Q5_K_M | 1.5 | |
72
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q6_K.gguf) | Q6_K | 1.8 | very good quality |
73
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.Q8_0.gguf) | Q8_0 | 2.3 | fast, best quality |
74
+ | [GGUF](https://huggingface.co/mradermacher/helium-1-2b-main-GGUF/resolve/main/helium-1-2b-main.f16.gguf) | f16 | 4.1 | 16 bpw, overkill |
75
+
76
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
77
+ types (lower is better):
78
+
79
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
80
+
81
+ And here are Artefact2's thoughts on the matter:
82
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
83
+
84
+ ## FAQ / Model Request
85
+
86
+ See https://huggingface.co/mradermacher/model_requests for some answers to
87
+ questions you might have and/or if you want some other model quantized.
88
+
89
+ ## Thanks
90
+
91
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
92
+ me use its servers and providing upgrades to my workstation to enable
93
+ this work in my free time.
94
+
95
+ <!-- end -->