From 30ae710847848509910efcc25ef5bda6caa8724c Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Mon, 10 Jan 2022 17:03:53 -0500 Subject: [PATCH] Add help string to crowdsourcing task --- projects/safety_recipes/human_safety_evaluation/run.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/safety_recipes/human_safety_evaluation/run.py b/projects/safety_recipes/human_safety_evaluation/run.py index 90b550ba7c2..ff8c697fed6 100644 --- a/projects/safety_recipes/human_safety_evaluation/run.py +++ b/projects/safety_recipes/human_safety_evaluation/run.py @@ -19,6 +19,11 @@ ) from parlai.crowdsourcing.tasks.turn_annotations_static.run import defaults +""" +Read parlai/crowdsourcing/README.md to learn how to launch +crowdsourcing tasks with this script. +""" + TASK_DIRECTORY = os.path.dirname(os.path.abspath(__file__))