Martin2203
commited on
Commit
•
37b6874
1
Parent(s):
4822696
Update README
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
---
|
3 |
+
pretty_name: HumanEval
|
4 |
license: mit
|
5 |
+
description: A formatted version of HumanEval.
|
6 |
+
configs:
|
7 |
+
- config_name: default
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: HumanEval.csv
|
11 |
+
|
12 |
+
---
|
13 |
---
|
14 |
+
|
15 |
+
# Information
|
16 |
+
|
17 |
+
This is a reformatted version of the [HumanEval dataset](https://github.com/openai/human-eval)
|