mradermacher commited on
Commit
433c0d4
1 Parent(s): 1134df8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -1 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/maldv/electric-mist-7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: alpindale/Mistral-7B-v0.2-hf
3
+ datasets:
4
+ - maldv/cyberpunk
5
+ - microsoft/orca-math-word-problems-200k
6
+ - Weyaxi/sci-datasets
7
+ - grimulkan/theory-of-mind
8
+ - ResplendentAI/Synthetic_Soul_1k
9
+ - GraphWiz/GraphInstruct-RFT-72K
10
+ exported_from: maldv/electric-mist-7b
11
+ language:
12
+ - en
13
+ library_name: transformers
14
+ license: cc-by-nc-4.0
15
+ quantized_by: mradermacher
16
+ tags:
17
+ - text-generation-inference
18
+ - transformers
19
+ - unsloth
20
+ - mistral
21
+ ---
22
+ ## About
23
+
24
  static quants of https://huggingface.co/maldv/electric-mist-7b
25
+
26
+
27
+ <!-- provided-files -->
28
+ 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.
29
+ ## Usage
30
+
31
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
32
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
33
+ more details, including on how to concatenate multi-part files.
34
+
35
+ ## Provided Quants
36
+
37
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
38
+
39
+ | Link | Type | Size/GB | Notes |
40
+ |:-----|:-----|--------:|:------|
41
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q2_K.gguf) | Q2_K | 3.0 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.IQ3_XS.gguf) | IQ3_XS | 3.3 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q3_K_S.gguf) | Q3_K_S | 3.4 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.IQ3_S.gguf) | IQ3_S | 3.4 | beats Q3_K* |
45
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.IQ3_M.gguf) | IQ3_M | 3.5 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q3_K_L.gguf) | Q3_K_L | 4.1 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.IQ4_XS.gguf) | IQ4_XS | 4.2 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q4_0.gguf) | Q4_0 | 4.4 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
51
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.IQ4_NL.gguf) | IQ4_NL | 4.4 | slightly worse than Q4_K_S |
52
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q4_K_M.gguf) | Q4_K_M | 4.6 | fast, recommended |
53
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q5_K_S.gguf) | Q5_K_S | 5.3 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q5_K_M.gguf) | Q5_K_M | 5.4 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q6_K.gguf) | Q6_K | 6.2 | very good quality |
56
+ | [GGUF](https://huggingface.co/mradermacher/electric-mist-7b-GGUF/resolve/main/electric-mist-7b.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
57
+
58
+
59
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
60
+ types (lower is better):
61
+
62
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
63
+
64
+ And here are Artefact2's thoughts on the matter:
65
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
66
+
67
+ ## Thanks
68
+
69
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
70
+ me use its servers and providing upgrades to my workstation to enable
71
+ this work in my free time.
72
+
73
+ <!-- end -->