Wedyan2023 commited on
Commit
cc1fa22
·
verified ·
1 Parent(s): cae7be1

Update app10.py

Browse files
Files changed (1) hide show
  1. app10.py +3 -1
app10.py CHANGED
@@ -165,7 +165,9 @@ elif task_choice == "Data Labeling":
165
  template=(
166
  "You are an expert in {labeling_type} classification. "
167
  "Classify the following text using: {labels}.\n\n"
168
- "{few_shot_examples}\n"
 
 
169
  "Classify this: {text_to_classify}"
170
  )
171
  )
 
165
  template=(
166
  "You are an expert in {labeling_type} classification. "
167
  "Classify the following text using: {labels}.\n\n"
168
+ "DO NO write additional information or commentary"
169
+ "use user {few_shot_examples} as guidance in labeling process\n"
170
+ "Write calassifaication as {text_to_classify}. Label: [Label] \n"
171
  "Classify this: {text_to_classify}"
172
  )
173
  )