Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Languages:
code
Size:
1K - 10K
ArXiv:
Tags:
code-generation
License:
Update README.md
Browse files
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
|
36 |
|
37 |
```python
|
38 |
from datasets import load_dataset
|
@@ -45,7 +45,7 @@ DatasetDict({
|
|
45 |
})
|
46 |
})
|
47 |
```
|
48 |
-
|
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.
|