Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: mistralai/Mistral-Small-Instruct-2409
|
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-Small-Instruct-2409
|
@@ -33,11 +16,13 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
33 |
## Prompt format
|
34 |
|
35 |
```
|
36 |
-
<s>
|
37 |
-
|
38 |
-
{prompt} [/INST]
|
39 |
```
|
40 |
|
|
|
|
|
|
|
|
|
41 |
## Download a file (not the whole branch) from below:
|
42 |
|
43 |
| Filename | Quant type | File Size | Split | Description |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
quantized_by: bartowski
|
3 |
+
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
|
6 |
## Llamacpp imatrix Quantizations of Mistral-Small-Instruct-2409
|
|
|
16 |
## Prompt format
|
17 |
|
18 |
```
|
19 |
+
<s>[INST] {prompt}[/INST]
|
|
|
|
|
20 |
```
|
21 |
|
22 |
+
## What's new:
|
23 |
+
|
24 |
+
Update prompt template
|
25 |
+
|
26 |
## Download a file (not the whole branch) from below:
|
27 |
|
28 |
| Filename | Quant type | File Size | Split | Description |
|