Fix CMG name mapping
Browse files- src/tasks.py +1 -1
src/tasks.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
TASKS_PRETTY = {
|
| 2 |
-
"
|
| 3 |
"bug_localization": "Bug Localization on Issue",
|
| 4 |
"module_to_text": "Module-to-Text",
|
| 5 |
"library_usage": "Library Usage Examples Generation",
|
|
|
|
| 1 |
TASKS_PRETTY = {
|
| 2 |
+
"commit_message_generation": "Commit Message Generation",
|
| 3 |
"bug_localization": "Bug Localization on Issue",
|
| 4 |
"module_to_text": "Module-to-Text",
|
| 5 |
"library_usage": "Library Usage Examples Generation",
|