mradermacher commited on
Commit
dd802af
·
verified ·
1 Parent(s): f53f760

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +19,43 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/inclusionAI/Ring-1T
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: inclusionAI/Ring-1T
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: mit
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ ---
11
+ ## About
12
+
13
  <!-- ### quantize_version: 2 -->
14
  <!-- ### output_tensor_quantised: 1 -->
15
  <!-- ### convert_type: hf -->
 
19
  <!-- ### quants_skip: -->
20
  <!-- ### skip_mmproj: -->
21
  static quants of https://huggingface.co/inclusionAI/Ring-1T
22
+
23
+ <!-- provided-files -->
24
+
25
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Ring-1T-GGUF).***
26
+
27
+ 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.
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [P1](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part01of12) [P2](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part02of12) [P3](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part03of12) [P4](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part04of12) [P5](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part05of12) [P6](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part06of12) [P7](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part07of12) [P8](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part08of12) [P9](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part09of12) [P10](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part10of12) [P11](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part11of12) [P12](https://huggingface.co/mradermacher/Ring-1T-GGUF/resolve/main/Ring-1T.Q4_K_S.gguf.part12of12) | Q4_K_S | 566.6 | fast, recommended |
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## FAQ / Model Request
51
+
52
+ See https://huggingface.co/mradermacher/model_requests for some answers to
53
+ questions you might have and/or if you want some other model quantized.
54
+
55
+ ## Thanks
56
+
57
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
58
+ me use its servers and providing upgrades to my workstation to enable
59
+ this work in my free time.
60
+
61
+ <!-- end -->