mradermacher commited on
Commit
e730d69
1 Parent(s): 759a983

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/allknowingroger/Neurallaymons-7B-slerp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Kukedlc/Neural-4-Maths-7b
4
+ - ABX-AI/Starfinite-Laymons-7B
5
+ exported_from: allknowingroger/Neurallaymons-7B-slerp
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - merge
12
+ - mergekit
13
+ - lazymergekit
14
+ - Kukedlc/Neural-4-Maths-7b
15
+ - ABX-AI/Starfinite-Laymons-7B
16
+ ---
17
+ ## About
18
+
19
  static quants of https://huggingface.co/allknowingroger/Neurallaymons-7B-slerp
20
+
21
+
22
+ <!-- provided-files -->
23
+ 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.
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Neurallaymons-7B-slerp-GGUF/resolve/main/Neurallaymons-7B-slerp.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Neurallaymons-7B-slerp-GGUF/resolve/main/Neurallaymons-7B-slerp.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
38
+ | [GGUF](https://huggingface.co/mradermacher/Neurallaymons-7B-slerp-GGUF/resolve/main/Neurallaymons-7B-slerp.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
39
+
40
+
41
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
42
+ types (lower is better):
43
+
44
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
45
+
46
+ And here are Artefact2's thoughts on the matter:
47
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
48
+
49
+ ## Thanks
50
+
51
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
52
+ me use its servers and providing upgrades to my workstation to enable
53
+ this work in my free time.
54
+
55
+ <!-- end -->