guilopgar commited on
Commit
5987c2e
·
verified ·
1 Parent(s): ed2910b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: Bedtime snack, benadryl, New Girl, and acetaminophen. The party is getting real.\n"
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