Update README.md
Browse files
README.md
CHANGED
@@ -58,10 +58,10 @@ configs:
|
|
58 |
|
59 |
# ๐๏ธ Long Code Arena (Commit Message Generation)
|
60 |
|
61 |
-
This is the benchmark for Commit
|
62 |
๐๏ธ [Long Code Arena benchmark](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
|
63 |
|
64 |
-
|
65 |
|
66 |
## How-to
|
67 |
|
@@ -148,10 +148,10 @@ Each example has the following fields:
|
|
148 |
| `date` | Commit date. |
|
149 |
| `license` | Commit repository's license. |
|
150 |
| `message` | Commit message. |
|
151 |
-
| `label` | Label of current commit as a target for CMG task. |
|
152 |
-
| `comment` | Comment for a label for current commit (optional, might be empty). |
|
153 |
|
154 |
-
Labels are in 1
|
155 |
|
156 |
* 1 โ strong no
|
157 |
* 2 โ weak no
|
@@ -173,7 +173,7 @@ Data point example:
|
|
173 |
|
174 |
### Git Repositories
|
175 |
|
176 |
-
This section concerns [`repos`](https://huggingface.co/datasets/JetBrains-Research/lca-cmg/tree/main/repos) directory,
|
177 |
which stores compressed Git repositories for all the commits in this benchmark. After you download and extract it, you
|
178 |
can work with each repository either via Git or via Python libraries
|
179 |
like [GitPython](https://github.com/gitpython-developers/GitPython)
|
|
|
58 |
|
59 |
# ๐๏ธ Long Code Arena (Commit Message Generation)
|
60 |
|
61 |
+
This is the benchmark for the Commit message generation task as part of the
|
62 |
๐๏ธ [Long Code Arena benchmark](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
|
63 |
|
64 |
+
The current version is a manually curated subset of the Python test set from the ๐ค [CommitChronicle dataset](https://huggingface.co/datasets/JetBrains-Research/commit-chronicle), tailored for larger commits.
|
65 |
|
66 |
## How-to
|
67 |
|
|
|
148 |
| `date` | Commit date. |
|
149 |
| `license` | Commit repository's license. |
|
150 |
| `message` | Commit message. |
|
151 |
+
| `label` | Label of the current commit as a target for CMG task. |
|
152 |
+
| `comment` | Comment for a label for the current commit (optional, might be empty). |
|
153 |
|
154 |
+
Labels are in 1โ5 scale, where:
|
155 |
|
156 |
* 1 โ strong no
|
157 |
* 2 โ weak no
|
|
|
173 |
|
174 |
### Git Repositories
|
175 |
|
176 |
+
This section concerns the [`repos`](https://huggingface.co/datasets/JetBrains-Research/lca-cmg/tree/main/repos) directory,
|
177 |
which stores compressed Git repositories for all the commits in this benchmark. After you download and extract it, you
|
178 |
can work with each repository either via Git or via Python libraries
|
179 |
like [GitPython](https://github.com/gitpython-developers/GitPython)
|