mradermacher commited on
Commit
2cb0d38
1 Parent(s): e8316c0

auto-patch README.md

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