mradermacher commited on
Commit
9e2e27e
1 Parent(s): 864dad6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/nitky/Superswallow-70b-NVE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - tokyotech-llm/Swallow-70b-instruct-hf
4
+ - allenai/tulu-2-dpo-70b
5
+ exported_from: nitky/Superswallow-70b-NVE
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: llama2
10
+ model_type: llama
11
+ quantized_by: mradermacher
12
+ tags:
13
+ - mergekit
14
+ - merge
15
+ ---
16
+ ## About
17
+
18
  static quants of https://huggingface.co/nitky/Superswallow-70b-NVE
19
+
20
+
21
+ <!-- provided-files -->
22
+ 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.
23
+ ## Usage
24
+
25
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
26
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
27
+ more details, including on how to concatenate multi-part files.
28
+
29
+ ## Provided Quants
30
+
31
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
32
+
33
+ | Link | Type | Size/GB | Notes |
34
+ |:-----|:-----|--------:|:------|
35
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q2_K.gguf) | Q2_K | 25.9 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.IQ3_XS.gguf) | IQ3_XS | 28.6 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q3_K_S.gguf) | Q3_K_S | 30.3 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q3_K_M.gguf) | Q3_K_M | 33.7 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q3_K_L.gguf) | Q3_K_L | 36.6 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q4_K_S.gguf) | Q4_K_S | 39.7 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q4_K_M.gguf) | Q4_K_M | 41.8 | fast, recommended |
42
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q5_K_S.gguf) | Q5_K_S | 47.9 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q5_K_M.gguf) | Q5_K_M | 49.2 | |
44
+ | [PART 1](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q6_K.gguf.part2of2) | Q6_K | 57.0 | very good quality |
45
+ | [PART 1](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Superswallow-70b-NVE-GGUF/resolve/main/Superswallow-70b-NVE.Q8_0.gguf.part2of2) | Q8_0 | 73.6 | fast, best quality |
46
+
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## Thanks
57
+
58
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
59
+ me use its servers and providing upgrades to my workstation to enable
60
+ this work in my free time.
61
+
62
+ <!-- end -->