Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
saridormi commited on
Commit
58dcef8
1 Parent(s): 8885705

Polish readme

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -61,14 +61,9 @@ configs:
61
  This is the benchmark for Commit Message Generation task as part of
62
  🏟️ [Long Code Arena benchmark](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
63
 
64
- ## How-to
65
 
66
- > Temporary: While the dataset is private, if you haven't used HF Hub before, add your token via `huggingface-cli`
67
- > first:
68
- >
69
- > ```
70
- > huggingface-cli login
71
- > ```
72
 
73
  1. List all the available configs
74
  via [`datasets.get_dataset_config_names`](https://huggingface.co/docs/datasets/v2.14.3/en/package_reference/loading_methods#datasets.get_dataset_config_names)
@@ -133,11 +128,11 @@ Data point example:
133
  'date': '05.03.2022 17:52:34',
134
  'license': 'Apache License 2.0',
135
  'message': 'Add tests which verify that all OpenStack driver can be instantiated\nwith all the supported auth versions.\nNOTE: Those tests will fail right now due to the regressions being\nintroduced recently which breaks auth for some versions.',
136
- 'mods': {'diff': [{'change_type': 'MODIFY',
137
  'new_path': 'libcloud/test/compute/test_openstack.py',
138
  'old_path': 'libcloud/test/compute/test_openstack.py',
139
  'diff': '@@ -39,6 +39,7 @@ from libcloud.utils.py3 import u\n<...>'}],
140
- 'file_src': None}}
141
  ```
142
 
143
  ### Labels
 
61
  This is the benchmark for Commit Message Generation task as part of
62
  🏟️ [Long Code Arena benchmark](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
63
 
64
+ 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
 
68
  1. List all the available configs
69
  via [`datasets.get_dataset_config_names`](https://huggingface.co/docs/datasets/v2.14.3/en/package_reference/loading_methods#datasets.get_dataset_config_names)
 
128
  'date': '05.03.2022 17:52:34',
129
  'license': 'Apache License 2.0',
130
  'message': 'Add tests which verify that all OpenStack driver can be instantiated\nwith all the supported auth versions.\nNOTE: Those tests will fail right now due to the regressions being\nintroduced recently which breaks auth for some versions.',
131
+ 'mods': [{'change_type': 'MODIFY',
132
  'new_path': 'libcloud/test/compute/test_openstack.py',
133
  'old_path': 'libcloud/test/compute/test_openstack.py',
134
  'diff': '@@ -39,6 +39,7 @@ from libcloud.utils.py3 import u\n<...>'}],
135
+ }
136
  ```
137
 
138
  ### Labels