Update README.md
Browse files
README.md
CHANGED
|
@@ -14,14 +14,14 @@ dataset_info:
|
|
| 14 |
dtype: string
|
| 15 |
- name: mods
|
| 16 |
list:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
splits:
|
| 26 |
- name: test
|
| 27 |
num_examples: 163
|
|
@@ -54,6 +54,7 @@ configs:
|
|
| 54 |
data_files:
|
| 55 |
- split: test
|
| 56 |
path: commitchronicle-py-long-labels/test-*
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# 🏟️ Long Code Arena (Commit message generation)
|
|
@@ -179,4 +180,4 @@ This section concerns the [`repos`](https://huggingface.co/datasets/JetBrains-Re
|
|
| 179 |
which stores compressed Git repositories for all the commits in this benchmark. After you download and extract it, you
|
| 180 |
can work with each repository either via Git or via Python libraries
|
| 181 |
like [GitPython](https://github.com/gitpython-developers/GitPython)
|
| 182 |
-
or [PyDriller](https://github.com/ishepard/pydriller).
|
|
|
|
| 14 |
dtype: string
|
| 15 |
- name: mods
|
| 16 |
list:
|
| 17 |
+
- name: change_type
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: old_path
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: new_path
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: diff
|
| 24 |
+
dtype: string
|
| 25 |
splits:
|
| 26 |
- name: test
|
| 27 |
num_examples: 163
|
|
|
|
| 54 |
data_files:
|
| 55 |
- split: test
|
| 56 |
path: commitchronicle-py-long-labels/test-*
|
| 57 |
+
license: apache-2.0
|
| 58 |
---
|
| 59 |
|
| 60 |
# 🏟️ Long Code Arena (Commit message generation)
|
|
|
|
| 180 |
which stores compressed Git repositories for all the commits in this benchmark. After you download and extract it, you
|
| 181 |
can work with each repository either via Git or via Python libraries
|
| 182 |
like [GitPython](https://github.com/gitpython-developers/GitPython)
|
| 183 |
+
or [PyDriller](https://github.com/ishepard/pydriller).
|