mlabonne amgadhasan commited on
Commit
db43d19
1 Parent(s): dfbbdcc

Add info about the prompt template (#4)

Browse files

- Add info about the prompt template (f8a93bf64bbe8661b8b81a5f60869b902a26a54b)


Co-authored-by: Amgad Hasan <amgadhasan@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -0
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"/>