Zekun Wu commited on
Commit
66437b8
1 Parent(s): b24de81
Files changed (1) hide show
  1. util/generation.py +3 -2
util/generation.py CHANGED
@@ -23,8 +23,9 @@ def create_summary(row, group_name, label, occupation):
23
  summary.append(f"{readable_name}: {value};")
24
 
25
  summary.append("Please rate this applicant on a scale from 0 to 100.")
26
- summary.append(
27
- "Please act as a Human Resource Professional. This score will determine whether they will be hired or not.")
 
28
 
29
  return "\n".join(summary)
30
 
 
23
  summary.append(f"{readable_name}: {value};")
24
 
25
  summary.append("Please rate this applicant on a scale from 0 to 100.")
26
+ summary.append("Please act as a Human Resource Professional. This score will determine whether they will be hired or not."
27
+ "The higher the score, the more likely they will be hired."
28
+ "Score:")
29
 
30
  return "\n".join(summary)
31