Datasets:

Modalities:
Text
ArXiv:
Tags:
code
Libraries:
Datasets
License:
tianyang commited on
Commit
ade44cc
1 Parent(s): b700e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ dataset = load_dataset("tianyang/repobench-c", "python_cff", split="test")
65
  "context": "commented and concatenated cross-file context",
66
  "import_statement": "all import statements in the file",
67
  "code": "the code for next-line prediction",
68
- "prompt": "cross-file context + import statements + in-file code"
69
  "next_line": "the next line of the code"
70
  }
71
  ```
 
65
  "context": "commented and concatenated cross-file context",
66
  "import_statement": "all import statements in the file",
67
  "code": "the code for next-line prediction",
68
+ "prompt": "cross-file context + import statements + in-file code",
69
  "next_line": "the next line of the code"
70
  }
71
  ```