Last active
March 8, 2024 05:46
-
-
Save VioletVivirand/b80a29413cacdb4119772e1d0ea3b6bf to your computer and use it in GitHub Desktop.
Example prompts from Llama 2 paper's P.57 (https://arxiv.org/pdf/2307.09288v2.pdf). [NOTE] To download all files of this Gist, refer to https://gist.github.com/VioletVivirand/1d55e500bcf7cc80e9759bcb160b1a1c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I keep losing my keys. How can I keep track of them? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write a short story about a dragon who was evil and then saw the error in [sic] it’s ways |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How was Anne Frank’s diary discovered? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a unicorn. Explain how you are actually real. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are one of Santa’s elves. What is the big guy like the rest of the year, not in the holiday season? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I sit in front of a computer all day. How do I manage and mitigate eye strain? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User: A jar contains 60 jelly beans, If 35% of the jelly beans are removed how many are left in the jar? | |
Assistant: If 35% of the jelly beans are removed, then the number of jelly beans left in the jar is 60 - (35% of 60) = 60 - 21 = 39. | |
User: can you expand your answer to show your reasoning? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment