mradermacher commited on
Commit
04092e3
1 Parent(s): 2622229

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/Kukedlc/NeuralContext-7b-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-7B-Instruct-v0.2
4
+ - NousResearch/Yarn-Mistral-7b-128k
5
+ - Kukedlc/MyModelsMerge-7b
6
+ exported_from: Kukedlc/NeuralContext-7b-v2
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - merge
13
+ - mergekit
14
+ - lazymergekit
15
+ - mistralai/Mistral-7B-Instruct-v0.2
16
+ - NousResearch/Yarn-Mistral-7b-128k
17
+ - Kukedlc/MyModelsMerge-7b
18
+ ---
19
+ ## About
20
+
21
  static quants of https://huggingface.co/Kukedlc/NeuralContext-7b-v2
22
+
23
+
24
+ <!-- provided-files -->
25
+ 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.
26
+ ## Usage
27
+
28
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
29
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
30
+ more details, including on how to concatenate multi-part files.
31
+
32
+ ## Provided Quants
33
+
34
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
35
+
36
+ | Link | Type | Size/GB | Notes |
37
+ |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/NeuralContext-7b-v2-GGUF/resolve/main/NeuralContext-7b-v2.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/NeuralContext-7b-v2-GGUF/resolve/main/NeuralContext-7b-v2.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
40
+
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
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->