Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ input_text = ("You are given a tweet followed by a specific question asking abou
|
|
| 48 |
"Your objective is to identify and list any drug names, medications, or dietary supplements mentioned "
|
| 49 |
"in the tweet. If one or more are mentioned, list each distinctly, separated by a comma. "
|
| 50 |
"If none are mentioned, return an empty list [].\n\n"
|
| 51 |
-
"Input: Tweet:
|
| 52 |
"Question: What are the drugs, medications or dietary supplements mentioned in the tweet?\n"
|
| 53 |
"Output:")
|
| 54 |
|
|
|
|
| 48 |
"Your objective is to identify and list any drug names, medications, or dietary supplements mentioned "
|
| 49 |
"in the tweet. If one or more are mentioned, list each distinctly, separated by a comma. "
|
| 50 |
"If none are mentioned, return an empty list [].\n\n"
|
| 51 |
+
"Input: Tweet: Benadryl, bedtime snack, and New Girl. The party is getting real.\n"
|
| 52 |
"Question: What are the drugs, medications or dietary supplements mentioned in the tweet?\n"
|
| 53 |
"Output:")
|
| 54 |
|