Commit
•
de253fa
1
Parent(s):
b3cbbe1
Add example prompt (#4)
Browse files- Add example prompt (439dba83292c9fbd329df0ebb6c9f8679b6003a8)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,6 +7,8 @@ datasets:
|
|
7 |
- HuggingFaceH4/ultrafeedback_binarized
|
8 |
language:
|
9 |
- en
|
|
|
|
|
10 |
---
|
11 |
<div align="center">
|
12 |
|
|
|
7 |
- HuggingFaceH4/ultrafeedback_binarized
|
8 |
language:
|
9 |
- en
|
10 |
+
widget:
|
11 |
+
- text: "<|system|>\nYou are a chatbot who can help code!</s>\n<|user|>\nWrite me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.</s>\n<|assistant|>\n"
|
12 |
---
|
13 |
<div align="center">
|
14 |
|