mradermacher commited on
Commit
7f6e267
1 Parent(s): 781d369

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,5 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 1 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: -->
4
  <!-- ### vocab_type: -->
5
  static quants of https://huggingface.co/jambroz/sixtyoneeighty-4x7B-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Open-Orca/Mistral-7B-OpenOrca
4
+ - NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
5
+ - S-miguel/The-Trinity-Coder-7B
6
+ - chihoonlee10/T3Q-Mistral-Orca-Math-DPO
7
+ exported_from: jambroz/sixtyoneeighty-4x7B-v2
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ license: apache-2.0
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - moe
15
+ - frankenmoe
16
+ - merge
17
+ - mergekit
18
+ - lazymergekit
19
+ - Open-Orca/Mistral-7B-OpenOrca
20
+ - NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
21
+ - S-miguel/The-Trinity-Coder-7B
22
+ - chihoonlee10/T3Q-Mistral-Orca-Math-DPO
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 1 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: -->
29
  <!-- ### vocab_type: -->
30
  static quants of https://huggingface.co/jambroz/sixtyoneeighty-4x7B-v2
31
+
32
+
33
+ <!-- provided-files -->
34
+ 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.
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.Q2_K.gguf) | Q2_K | 8.9 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.IQ3_S.gguf) | IQ3_S | 10.6 | beats Q3_K* |
49
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.IQ3_M.gguf) | IQ3_M | 10.7 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.Q3_K_M.gguf) | Q3_K_M | 11.7 | lower quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.Q4_K_S.gguf) | Q4_K_S | 13.8 | fast, recommended |
52
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.Q6_K.gguf) | Q6_K | 19.9 | very good quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-4x7B-v2-GGUF/resolve/main/sixtyoneeighty-4x7B-v2.Q8_0.gguf) | Q8_0 | 25.8 | fast, best quality |
54
+
55
+
56
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
57
+ types (lower is better):
58
+
59
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
60
+
61
+ And here are Artefact2's thoughts on the matter:
62
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
63
+
64
+ ## Thanks
65
+
66
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
67
+ me use its servers and providing upgrades to my workstation to enable
68
+ this work in my free time.
69
+
70
+ <!-- end -->