EditPackFT-Multi / README.md
cassanof's picture
Upload dataset
1726fec verified
|
raw
history blame
No virus
1.23 kB
---
dataset_info:
features:
- name: commit
dtype: string
- name: old_file
dtype: string
- name: new_file
dtype: string
- name: old_contents
dtype: string
- name: new_contents
dtype: string
- name: subject
dtype: string
- name: message
dtype: string
- name: lang
dtype: string
- name: license
dtype: string
- name: repos
dtype: string
- name: config
dtype: string
- name: content
dtype: string
splits:
- name: train
num_bytes: 1142724881
num_examples: 311591
download_size: 521241476
dataset_size: 1142724881
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Multilingual version of https://huggingface.co/datasets/nuprl/EditPackFT
## Citation
If you use our work, please cite our paper as such:
```
@misc{cassano2023edit,
title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
author={Federico Cassano and Luisa Li and Akul Sethi and Noah Shinn and Abby Brennan-Jones and Anton Lozhkov and Carolyn Jane Anderson and Arjun Guha},
year={2023},
eprint={2312.12450},
archivePrefix={arXiv},
primaryClass={cs.SE}
}
```