Upload README.md with huggingface_hub
Browse files
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 |
-
|
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/
|
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]
|
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-
|
50 |
-
| [Mistral-Large-Instruct-2407-
|
51 |
-
| [Mistral-Large-Instruct-2407-
|
52 |
-
| [Mistral-Large-Instruct-2407-
|
53 |
-
| [Mistral-Large-Instruct-2407-
|
54 |
-
| [Mistral-Large-Instruct-2407-
|
55 |
-
| [Mistral-Large-Instruct-2407-
|
56 |
-
| [Mistral-Large-Instruct-2407-
|
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 |
|