Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,8 @@ configs:
|
|
| 50 |
default: true
|
| 51 |
---
|
| 52 |
|
| 53 |
-
# Dataset Card for
|
|
|
|
| 54 |
|
| 55 |
## Table of Contents
|
| 56 |
- [HumanEval with Splits](#openai-humaneval)
|
|
@@ -83,6 +84,11 @@ configs:
|
|
| 83 |
- [Contributions](#contributions)
|
| 84 |
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
### Dataset Summary
|
| 87 |
|
| 88 |
The HumanEval dataset released by OpenAI includes 164 programming problems with a function sig- nature, docstring, body, and several unit tests. They were handwritten to ensure not to be included in the training set of code generation models.
|
|
|
|
| 50 |
default: true
|
| 51 |
---
|
| 52 |
|
| 53 |
+
# Dataset Card for HumanEval with Splits
|
| 54 |
+
|
| 55 |
|
| 56 |
## Table of Contents
|
| 57 |
- [HumanEval with Splits](#openai-humaneval)
|
|
|
|
| 84 |
- [Contributions](#contributions)
|
| 85 |
|
| 86 |
|
| 87 |
+
## Dataset Description
|
| 88 |
+
|
| 89 |
+
- **Repository:** [GitHub Repository](https://github.com/openai/human-eval)
|
| 90 |
+
- **Paper:** [Evaluating Large Language Models Trained on Code](https://arxiv.org/abs/2107.03374)
|
| 91 |
+
|
| 92 |
### Dataset Summary
|
| 93 |
|
| 94 |
The HumanEval dataset released by OpenAI includes 164 programming problems with a function sig- nature, docstring, body, and several unit tests. They were handwritten to ensure not to be included in the training set of code generation models.
|