mradermacher commited on
Commit
ea4f1c0
1 Parent(s): 859988e

auto-patch README.md

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