loubnabnl HF staff commited on
Commit
ad46002
1 Parent(s): b80749e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,10 +29,10 @@ tags:
29
 
30
  ## Dataset Summary
31
 
32
- [HumanEval-Infilling](https://github.com/openai/human-eval-infilling) is a benchmark for infilling tasks, derived from [HumanEval]() benchmark for the evaluation of code generation models.
33
 
34
  ## Dataset Structure
35
- To load the dataset you need to specify a subset among the 5 exiting languages `[python, cpp, go, java, js]`. By default `python` is loaded.
36
 
37
  ```python
38
  from datasets import load_dataset
@@ -45,7 +45,7 @@ DatasetDict({
45
  })
46
  })
47
  ```
48
- By default `HumanEval-SingleLineInfilling` subset is loaded.
49
  ## Subsets
50
 
51
  This dataset has 4 subsets: HumanEval-MultiLineInfilling, HumanEval-SingleLineInfilling, HumanEval-RandomSpanInfilling, HumanEval-RandomSpanInfillingLight.
 
29
 
30
  ## Dataset Summary
31
 
32
+ [HumanEval-Infilling](https://github.com/openai/human-eval-infilling) is a benchmark for infilling tasks, derived from [HumanEval](https://huggingface.co/datasets/openai_humaneval) benchmark for the evaluation of code generation models.
33
 
34
  ## Dataset Structure
35
+ To load the dataset you need to specify a subset. By default `HumanEval-SingleLineInfilling` is loaded.
36
 
37
  ```python
38
  from datasets import load_dataset
 
45
  })
46
  })
47
  ```
48
+
49
  ## Subsets
50
 
51
  This dataset has 4 subsets: HumanEval-MultiLineInfilling, HumanEval-SingleLineInfilling, HumanEval-RandomSpanInfilling, HumanEval-RandomSpanInfillingLight.