Wedyan2023 commited on
Commit
97ea8bc
·
verified ·
1 Parent(s): 3cd50fb

Update app102.py

Browse files
Files changed (1) hide show
  1. app102.py +4 -3
app102.py CHANGED
@@ -967,9 +967,10 @@ if "task_choice" in st.session_state:
967
  "Return each example followed by the entities you found in this format:\n"
968
  "'Example text.\n \n and in new line Entity types:\n"
969
  "Then group the entities under each label like this:\n"
970
- "\nPERSON – Angela Merkel, John Smith\n"
971
- "\nORG – Google, United Nations\n"
972
- "\nDATEJanuary 1st, 2023\n"
 
973
  "\n... and so on.\n\n"
974
  "and write each new entities group in a new line.\n"
975
  "If entity type {labels} is not found, do not write it in your response.\n"
 
967
  "Return each example followed by the entities you found in this format:\n"
968
  "'Example text.\n \n and in new line Entity types:\n"
969
  "Then group the entities under each label like this:\n"
970
+ "\nPERSON –[Angela Merkel, John Smith]\ n"
971
+ #"\nORG – Google, United Nations\n"
972
+ "\nORG[Google, United Nations]\n"
973
+ "\nDATE – [January 1st, 2023]\n"
974
  "\n... and so on.\n\n"
975
  "and write each new entities group in a new line.\n"
976
  "If entity type {labels} is not found, do not write it in your response.\n"