Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,11 @@ model_creator: mesolitica
|
|
5 |
model_name: Mallam 1.1B 20k Instructions v2
|
6 |
model_type: mistral
|
7 |
pipeline_tag: text-generation
|
8 |
-
prompt_template:
|
|
|
9 |
|
10 |
-
|
|
|
11 |
quantized_by: prsyahmi
|
12 |
tags:
|
13 |
- finetuned
|
@@ -29,8 +31,10 @@ Repo ini mengandungi model berformat GGUF, iaitu format kepada llama.cpp yang di
|
|
29 |
<!-- prompt-template start -->
|
30 |
## Prompt template: Mistral
|
31 |
```
|
32 |
-
<s>[INST]
|
33 |
|
|
|
|
|
34 |
```
|
35 |
|
36 |
<!-- prompt-template end -->
|
|
|
5 |
model_name: Mallam 1.1B 20k Instructions v2
|
6 |
model_type: mistral
|
7 |
pipeline_tag: text-generation
|
8 |
+
prompt_template: >-
|
9 |
+
<s>[INST] This is a system prompt.
|
10 |
|
11 |
+
This is the first user input. [/INST] This is the first assistant response.
|
12 |
+
</s>[INST] This is the second user input. [/INST]
|
13 |
quantized_by: prsyahmi
|
14 |
tags:
|
15 |
- finetuned
|
|
|
31 |
<!-- prompt-template start -->
|
32 |
## Prompt template: Mistral
|
33 |
```
|
34 |
+
<s>[INST] This is a system prompt.
|
35 |
|
36 |
+
This is the first user input. [/INST] This is the first assistant response.
|
37 |
+
</s>[INST] This is the second user input. [/INST]
|
38 |
```
|
39 |
|
40 |
<!-- prompt-template end -->
|