mradermacher commited on
Commit
29b0e18
1 Parent(s): 5288925

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1,6 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-Large-Instruct-2407
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - it
9
+ - pt
10
+ - zh
11
+ - ja
12
+ - ru
13
+ - ko
14
+ library_name: transformers
15
+ license: other
16
+ license_link: https://mistral.ai/licenses/MRL-0.1.md
17
+ license_name: mrl
18
+ quantized_by: mradermacher
19
+ ---
20
+ ## About
21
+
22
  <!-- ### quantize_version: 2 -->
23
  <!-- ### output_tensor_quantised: 1 -->
24
  <!-- ### convert_type: hf -->
25
  <!-- ### vocab_type: -->
26
  <!-- ### tags: -->
27
  static quants of https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
28
+
29
+ <!-- provided-files -->
30
+ 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.
31
+ ## Usage
32
+
33
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
34
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
35
+ more details, including on how to concatenate multi-part files.
36
+
37
+ ## Provided Quants
38
+
39
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
40
+
41
+ | Link | Type | Size/GB | Notes |
42
+ |:-----|:-----|--------:|:------|
43
+ | [PART 1](https://huggingface.co/mradermacher/Mistral-Large-Instruct-2407-GGUF/resolve/main/Mistral-Large-Instruct-2407.Q8_0.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/Mistral-Large-Instruct-2407-GGUF/resolve/main/Mistral-Large-Instruct-2407.Q8_0.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/Mistral-Large-Instruct-2407-GGUF/resolve/main/Mistral-Large-Instruct-2407.Q8_0.gguf.part3of3) | Q8_0 | 130.4 | fast, best quality |
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## FAQ / Model Request
54
+
55
+ See https://huggingface.co/mradermacher/model_requests for some answers to
56
+ questions you might have and/or if you want some other model quantized.
57
+
58
+ ## Thanks
59
+
60
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
61
+ me use its servers and providing upgrades to my workstation to enable
62
+ this work in my free time.
63
+
64
+ <!-- end -->