mradermacher commited on
Commit
309c4d6
1 Parent(s): 5c0a211

auto-patch README.md

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