bartowski commited on
Commit
b235aea
1 Parent(s): 6fda8a0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -38
README.md CHANGED
@@ -1,28 +1,11 @@
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
- license: other
15
- license_name: mrl
16
- license_link: https://mistral.ai/licenses/MRL-0.1.md
17
- pipeline_tag: text-generation
18
  quantized_by: bartowski
19
- extra_gated_description: If you want to learn more about how we process your personal
20
- data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
21
  ---
22
 
23
  ## Llamacpp imatrix Quantizations of Mistral-Large-Instruct-2407
24
 
25
- Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3441">b3441</a> for quantization.
26
 
27
  Original model: https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
28
 
@@ -32,31 +15,22 @@ Run them in [LM Studio](https://lmstudio.ai/)
32
 
33
  ## Prompt format
34
 
35
- No chat template specified so default is used. This may be incorrect, check original model card for details.
36
-
37
  ```
38
- <s>[INST] <<SYS>>
39
- {system_prompt}
40
- <</SYS>>
41
-
42
- {prompt} [/INST] </s>
43
  ```
44
 
45
  ## Download a file (not the whole branch) from below:
46
 
47
  | Filename | Quant type | File Size | Split | Description |
48
  | -------- | ---------- | --------- | ----- | ----------- |
49
- | [Mistral-Large-Instruct-2407-Q4_K_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q4_K_M) | Q4_K_M | 73.22GB | true | Good quality, default size for must use cases, *recommended*. |
50
- | [Mistral-Large-Instruct-2407-IQ4_XS.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-IQ4_XS) | IQ4_XS | 65.43GB | true | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
51
- | [Mistral-Large-Instruct-2407-Q3_K_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q3_K_M) | Q3_K_M | 59.10GB | true | Low quality. |
52
- | [Mistral-Large-Instruct-2407-IQ3_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-IQ3_M) | IQ3_M | 55.28GB | true | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
53
- | [Mistral-Large-Instruct-2407-Q3_K_S.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q3_K_S) | Q3_K_S | 52.85GB | true | Low quality, not recommended. |
54
- | [Mistral-Large-Instruct-2407-IQ3_XXS.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-IQ3_XXS.gguf) | IQ3_XXS | 47.01GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. |
55
- | [Mistral-Large-Instruct-2407-Q2_K.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-Q2_K.gguf) | Q2_K | 45.20GB | false | Very low quality but surprisingly usable. |
56
- | [Mistral-Large-Instruct-2407-IQ2_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-IQ2_M.gguf) | IQ2_M | 41.62GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
57
- | [Mistral-Large-Instruct-2407-IQ2_XS.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-IQ2_XS.gguf) | IQ2_XS | 36.08GB | false | Low quality, uses SOTA techniques to be usable. |
58
- | [Mistral-Large-Instruct-2407-IQ2_XXS.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-IQ2_XXS.gguf) | IQ2_XXS | 32.43GB | false | Very low quality, uses SOTA techniques to be usable. |
59
- | [Mistral-Large-Instruct-2407-IQ1_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-IQ1_M.gguf) | IQ1_M | 28.39GB | false | Extremely low quality, *not* recommended. |
60
 
61
  ## Credits
62
 
 
1
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  quantized_by: bartowski
3
+ pipeline_tag: text-generation
 
4
  ---
5
 
6
  ## Llamacpp imatrix Quantizations of Mistral-Large-Instruct-2407
7
 
8
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3460">b3460</a> for quantization.
9
 
10
  Original model: https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
11
 
 
15
 
16
  ## Prompt format
17
 
 
 
18
  ```
19
+ <s>[INST] {prompt}[/INST] </s>
 
 
 
 
20
  ```
21
 
22
  ## Download a file (not the whole branch) from below:
23
 
24
  | Filename | Quant type | File Size | Split | Description |
25
  | -------- | ---------- | --------- | ----- | ----------- |
26
+ | [Mistral-Large-Instruct-2407-Q8_0.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q8_0) | Q8_0 | 130.28GB | true | Extremely high quality, generally unneeded but max available quant. |
27
+ | [Mistral-Large-Instruct-2407-Q6_K.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q6_K) | Q6_K | 100.59GB | true | Very high quality, near perfect, *recommended*. |
28
+ | [Mistral-Large-Instruct-2407-Q5_K_M.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q5_K_M) | Q5_K_M | 86.49GB | true | High quality, *recommended*. |
29
+ | [Mistral-Large-Instruct-2407-Q5_K_S.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q5_K_S) | Q5_K_S | 84.36GB | true | High quality, *recommended*. |
30
+ | [Mistral-Large-Instruct-2407-Q4_K_S.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q4_K_S) | Q4_K_S | 69.57GB | true | Slightly lower quality with more space savings, *recommended*. |
31
+ | [Mistral-Large-Instruct-2407-Q3_K_XL.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q3_K_XL) | Q3_K_XL | 64.91GB | true | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
32
+ | [Mistral-Large-Instruct-2407-Q3_K_L.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/tree/main/Mistral-Large-Instruct-2407-Q3_K_L) | Q3_K_L | 64.55GB | true | Lower quality but usable, good for low RAM availability. |
33
+ | [Mistral-Large-Instruct-2407-Q2_K_L.gguf](https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF/blob/main/Mistral-Large-Instruct-2407-Q2_K_L.gguf) | Q2_K_L | 45.59GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
 
 
 
34
 
35
  ## Credits
36