nielsr HF Staff commited on
Commit
2a8e213
·
verified ·
1 Parent(s): e70d400

Add task category, license and paper metadata

Browse files

Hi there! I'm Niels from the community science team at Hugging Face.

This PR improves the dataset card by adding relevant metadata to the YAML header:
- **Task Category**: Categorized under `text-generation` (which covers code completion/generation).
- **License**: Explicitly tagged as `mit` based on the information in the README.
- **Arxiv ID**: Added the `arxiv` tag (`2508.02455`) to link this repository with the Hugging Face paper page, allowing users to easily find the research behind the data.
- **Tags**: Added language and domain tags for better discoverability.

The existing Markdown content remains unchanged as it is already quite comprehensive.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: idx
@@ -141,4 +150,5 @@ If you use this dataset, please cite the original paper:
141
  author={Cipollone, Daniele and Bogomolov, Egor and van Deursen, Arie and Izadi, Maliheh},
142
  journal={arXiv preprint arXiv:2508.02455},
143
  year={2025}
144
- }
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - python
10
+ arxiv: 2508.02455
11
  dataset_info:
12
  features:
13
  - name: idx
 
150
  author={Cipollone, Daniele and Bogomolov, Egor and van Deursen, Arie and Izadi, Maliheh},
151
  journal={arXiv preprint arXiv:2508.02455},
152
  year={2025}
153
+ }
154
+ ```