Look for the DSTC7 teacher class in the ParlAI teachers directory, likely in `parlai/tasks/dstc7/teachers.py`. Rename the class from `DefaultTeacher` to `Ubuntu DSTC7Teacher` and update the corresponding entry in the task list. Also modify the ` t dstc7` command to include all DSTC7 tasks (e.g., DSTC7 Track 2). Search for references to 'dstc7' in the codebase to ensure consistency.
DSTC7 teacher should be named Ubuntu_DSTC7 · facebookresearch/ParlAI#2134 | Good First Issue