Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
code
Size:
10K - 100K
ArXiv:
Tags:
code
License:
Update README.md
Browse files
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. `
|
50 |
2. `instruction` the instruction to transform the `before` code into the `after` code
|
51 |
-
3. `
|
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).
|