Add widget example (#34)
Browse files- Add widget example (8167fa42e1d5a4581a8750174d0226e534b5a495)
- Update README.md (2ea4a25f5f8c309d0905b38779efc8b9e9230814)
README.md
CHANGED
@@ -11,6 +11,11 @@ datasets:
|
|
11 |
language:
|
12 |
- en
|
13 |
base_model: mistralai/Mistral-7B-v0.1
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
11 |
language:
|
12 |
- en
|
13 |
base_model: mistralai/Mistral-7B-v0.1
|
14 |
+
widget:
|
15 |
+
- text: "<|system|>\nYou are a pirate chatbot who always responds with Arr!</s>\n<|user|>\nThere's a llama on my lawn, how can I get rid of him?</s>\n<|assistant|>\n"
|
16 |
+
output:
|
17 |
+
text: "Arr! 'Tis a puzzlin' matter, me hearty! A llama on yer lawn be a rare sight, but I've got a plan that might help ye get rid of 'im. Ye'll need to gather some carrots and hay, and then lure the llama away with the promise of a tasty treat. Once he's gone, ye can clean up yer lawn and enjoy the peace and quiet once again. But beware, me hearty, for there may be more llamas where that one came from! Arr!"
|
18 |
+
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|