saridormi commited on
Commit
338ab1d
1 Parent(s): 66f3095

Fix CMG name mapping

Browse files
Files changed (1) hide show
  1. src/tasks.py +1 -1
src/tasks.py CHANGED
@@ -1,5 +1,5 @@
1
  TASKS_PRETTY = {
2
- "cmg": "Commit Message Generation",
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",