Update src/tasks_content.py
Browse files- src/tasks_content.py +1 -1
src/tasks_content.py
CHANGED
@@ -59,7 +59,7 @@ TASKS_DESCRIPTIONS = {
|
|
59 |
* *non-informative* β short/long lines, import/print lines, or comment lines;
|
60 |
* *random* β lines that don't fit any of the previous categories.
|
61 |
|
62 |
-
For further details on the dataset and the baselines from the ποΈ Long Code Arena team, refer to the `
|
63 |
""",
|
64 |
|
65 |
"commit_message_generation": """# Commit message generation\n
|
|
|
59 |
* *non-informative* β short/long lines, import/print lines, or comment lines;
|
60 |
* *random* β lines that don't fit any of the previous categories.
|
61 |
|
62 |
+
For further details on the dataset and the baselines from the ποΈ Long Code Arena team, refer to the `project_level_code_completion` directory in [our baselines repository](https://github.com/JetBrains-Research/lca-baselines).
|
63 |
""",
|
64 |
|
65 |
"commit_message_generation": """# Commit message generation\n
|