sbmaruf commited on
Commit
a83a46a
1 Parent(s): 27431c8
Files changed (1) hide show
  1. xCodeEval.py +1 -1
xCodeEval.py CHANGED
@@ -196,7 +196,7 @@ _DESCRIPTIONS = {
196
  "retrieval_corpus": textwrap.dedent(
197
  """### Key Definitions
198
  1. `idx` : unique index for each sample on a specific langauge (read language from filename).
199
- 4. `source_code` : A source code given as retrieval document.
200
  3. `file_name`: Name of the source jsonl file from where data is loaded.
201
  Objective: Use the retrival_corpus to perform query for retrieval_nl_code and retrieval_code_code ."""
202
  ),
 
196
  "retrieval_corpus": textwrap.dedent(
197
  """### Key Definitions
198
  1. `idx` : unique index for each sample on a specific langauge (read language from filename).
199
+ 2. `source_code` : A source code given as retrieval document.
200
  3. `file_name`: Name of the source jsonl file from where data is loaded.
201
  Objective: Use the retrival_corpus to perform query for retrieval_nl_code and retrieval_code_code ."""
202
  ),