mradermacher commited on
Commit
0a2f0a4
1 Parent(s): 402a230

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,6 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/yam-peleg/Hebrew-Mixtral-8x22B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: yam-peleg/Hebrew-Mixtral-8x22B
3
+ language:
4
+ - en
5
+ - he
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ quantized_by: mradermacher
9
+ ---
10
+ ## About
11
+
12
  <!-- ### quantize_version: 2 -->
13
  <!-- ### output_tensor_quantised: 1 -->
14
  <!-- ### convert_type: hf -->
15
  <!-- ### vocab_type: -->
16
  <!-- ### tags: nicoboss -->
17
  weighted/imatrix quants of https://huggingface.co/yam-peleg/Hebrew-Mixtral-8x22B
18
+
19
+ <!-- provided-files -->
20
+ static quants are available at https://huggingface.co/mradermacher/Hebrew-Mixtral-8x22B-GGUF
21
+ ## Usage
22
+
23
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
24
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
25
+ more details, including on how to concatenate multi-part files.
26
+
27
+ ## Provided Quants
28
+
29
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
30
+
31
+ | Link | Type | Size/GB | Notes |
32
+ |:-----|:-----|--------:|:------|
33
+ | [PART 1](https://huggingface.co/mradermacher/Hebrew-Mixtral-8x22B-i1-GGUF/resolve/main/Hebrew-Mixtral-8x22B.i1-Q2_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Hebrew-Mixtral-8x22B-i1-GGUF/resolve/main/Hebrew-Mixtral-8x22B.i1-Q2_K.gguf.part2of2) | i1-Q2_K | 52.2 | IQ3_XXS probably better |
34
+
35
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
36
+ types (lower is better):
37
+
38
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
39
+
40
+ And here are Artefact2's thoughts on the matter:
41
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
42
+
43
+ ## FAQ / Model Request
44
+
45
+ See https://huggingface.co/mradermacher/model_requests for some answers to
46
+ questions you might have and/or if you want some other model quantized.
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
53
+
54
+ <!-- end -->