Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Add help string to crowdsourcing task #4298

Merged
merged 1 commit into from Jan 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/safety_recipes/human_safety_evaluation/run.py
Expand Up @@ -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__))


Expand Down