Add info about the prompt template
#4
by
amgadhasan
- opened
README.md
CHANGED
|
@@ -177,6 +177,11 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
|
|
| 177 |
print(outputs[0]["generated_text"])
|
| 178 |
```
|
| 179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
<p align="center">
|
| 181 |
<a href="https://github.com/argilla-io/distilabel">
|
| 182 |
<img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/>
|
|
|
|
| 177 |
print(outputs[0]["generated_text"])
|
| 178 |
```
|
| 179 |
|
| 180 |
+
## Prompt Tempalte
|
| 181 |
+
This model uses the same prompt template as mistralai/Mistral-7B-Instruct-v0.2
|
| 182 |
+
|
| 183 |
+
See [instruction-format](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2#instruction-format) for more details
|
| 184 |
+
|
| 185 |
<p align="center">
|
| 186 |
<a href="https://github.com/argilla-io/distilabel">
|
| 187 |
<img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/>
|