mradermacher commited on
Commit
3e3c020
1 Parent(s): 2f383ae

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,6 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  static quants of https://huggingface.co/openGPT-X/Teuken-7B-instruct-research-v0.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openGPT-X/Teuken-7B-instruct-research-v0.4
3
+ language:
4
+ - de
5
+ - bg
6
+ - cs
7
+ - da
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
+ - sl
26
+ - sv
27
+ - sk
28
+ library_name: transformers
29
+ license: other
30
+ quantized_by: mradermacher
31
+ ---
32
+ ## About
33
+
34
  <!-- ### quantize_version: 2 -->
35
  <!-- ### output_tensor_quantised: 1 -->
36
  <!-- ### convert_type: hf -->
37
  <!-- ### vocab_type: -->
38
  <!-- ### tags: nicoboss -->
39
  static quants of https://huggingface.co/openGPT-X/Teuken-7B-instruct-research-v0.4
40
+
41
+ <!-- provided-files -->
42
+ 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.
43
+ ## Usage
44
+
45
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
46
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
47
+ more details, including on how to concatenate multi-part files.
48
+
49
+ ## Provided Quants
50
+
51
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
52
+
53
+ | Link | Type | Size/GB | Notes |
54
+ |:-----|:-----|--------:|:------|
55
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q2_K.gguf) | Q2_K | 3.5 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q3_K_S.gguf) | Q3_K_S | 3.9 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q3_K_M.gguf) | Q3_K_M | 4.2 | lower quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q4_K_M.gguf) | Q4_K_M | 5.1 | fast, recommended |
61
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q5_K_S.gguf) | Q5_K_S | 5.5 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q6_K.gguf) | Q6_K | 6.6 | very good quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.Q8_0.gguf) | Q8_0 | 8.0 | fast, best quality |
65
+ | [GGUF](https://huggingface.co/mradermacher/Teuken-7B-instruct-research-v0.4-GGUF/resolve/main/Teuken-7B-instruct-research-v0.4.f16.gguf) | f16 | 15.0 | 16 bpw, overkill |
66
+
67
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
68
+ types (lower is better):
69
+
70
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
71
+
72
+ And here are Artefact2's thoughts on the matter:
73
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
74
+
75
+ ## FAQ / Model Request
76
+
77
+ See https://huggingface.co/mradermacher/model_requests for some answers to
78
+ questions you might have and/or if you want some other model quantized.
79
+
80
+ ## Thanks
81
+
82
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
83
+ me use its servers and providing upgrades to my workstation to enable
84
+ 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.
85
+
86
+ <!-- end -->