Kiki-sen commited on
Commit
a43a714
1 Parent(s): 2f66338

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -5,5 +5,3 @@ license: mit
5
  This dataset is used to fine-tune LLMs for automated program repair at single-function level, especially for single-hunk bugs. We provide two versions with different outputs:
6
  - The input is a buggy function and the output is a fixed function.
7
  - The input is a buggy function and the output is a unified diff for the bug.
8
-
9
- The statistics of hunk length in training and eval sets are shown as follows:
 
5
  This dataset is used to fine-tune LLMs for automated program repair at single-function level, especially for single-hunk bugs. We provide two versions with different outputs:
6
  - The input is a buggy function and the output is a fixed function.
7
  - The input is a buggy function and the output is a unified diff for the bug.