Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
License:
cassanof commited on
Commit
3430665
1 Parent(s): 9b289a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,9 +46,9 @@ tags:
46
 
47
  # EditPackFT
48
  EditPackFT is a dataset built for training LLMs on the task of instructional code editing. The mail columns are:
49
- 1. `before` the code before the edit
50
  2. `instruction` the instruction to transform the `before` code into the `after` code
51
- 3. `after` the code after the edit
52
  4. `content` a pre-formatted training window that can be used to train an LLM with prompts in the format of: `<before><instruction><after>`
53
 
54
  This dataset has been filtered from CommitPackFT. For more detail, [see our paper](https://federico.codes/assets/papers/canitedit.pdf), and our [GitHub repository](https://github.com/nuprl/CanItEdit/tree/main/editpackft).
 
46
 
47
  # EditPackFT
48
  EditPackFT is a dataset built for training LLMs on the task of instructional code editing. The mail columns are:
49
+ 1. `old_contents` the code before the edit
50
  2. `instruction` the instruction to transform the `before` code into the `after` code
51
+ 3. `new_contents` the code after the edit
52
  4. `content` a pre-formatted training window that can be used to train an LLM with prompts in the format of: `<before><instruction><after>`
53
 
54
  This dataset has been filtered from CommitPackFT. For more detail, [see our paper](https://federico.codes/assets/papers/canitedit.pdf), and our [GitHub repository](https://github.com/nuprl/CanItEdit/tree/main/editpackft).