mradermacher commited on
Commit
b88f9e1
1 Parent(s): 1002061

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/Test157t/Pasta-PrimaMaid-7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Test157t/Kunocchini-7b
4
+ - Test157t/Pasta-Made_7b
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: other
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ ---
14
+ ## About
15
+
16
  static quants of https://huggingface.co/Test157t/Pasta-PrimaMaid-7b
17
+
18
+
19
+ <!-- provided-files -->
20
+ ## Usage
21
+
22
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
23
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
24
+ more details, including on how to concatenate multi-part files.
25
+
26
+ ## Provided Quants
27
+
28
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
29
+
30
+ | Link | Type | Size/GB | Notes |
31
+ |:-----|:-----|--------:|:------|
32
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q2_K.gguf) | Q2_K | 3.0 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q3_K_S.gguf) | Q3_K_S | 3.4 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q3_K_L.gguf) | Q3_K_L | 4.1 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, medium quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Pasta-PrimaMaid-7b-GGUF/resolve/main/Pasta-PrimaMaid-7b.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
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 -->