We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e16e commit d5a67feCopy full SHA for d5a67fe
fastchat/serve/monitor/classify/label.py
@@ -65,7 +65,7 @@ def get_answer(
65
for uid in uid_to_row:
66
output = outputs[uid]
67
TASK_COMPLETIONS[uid].add(category.name_tag)
68
- TASK_TRACKER[uid][category.name_tag] = category.post_process(output)
+ TASK_TRACKER[uid][category.name_tag] = output
69
70
row = uid_to_row[uid]
71
if TASK_COMPLETIONS[uid] == row["required_tasks"]:
0 commit comments