Update README.md
Browse files
README.md
CHANGED
|
@@ -547,6 +547,12 @@ configs:
|
|
| 547 |
data_files:
|
| 548 |
- split: test
|
| 549 |
path: ts/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
---
|
| 551 |
|
| 552 |
This dataset contains the `humaneval` transpiled splits from `nuprl/MultiPL-E` dataset and is made available separately purely for the convenience of the [vllm-code-harness](https://github.com/iNeil77/vllm-code-harness) package. Specifically, it takes the `v3.0.0` splits of the original dataset but also retains the `humaneval-py` split form `v2.1.0`.
|
|
|
|
| 547 |
data_files:
|
| 548 |
- split: test
|
| 549 |
path: ts/test-*
|
| 550 |
+
task_categories:
|
| 551 |
+
- text-generation
|
| 552 |
+
tags:
|
| 553 |
+
- code
|
| 554 |
+
size_categories:
|
| 555 |
+
- 1K<n<10K
|
| 556 |
---
|
| 557 |
|
| 558 |
This dataset contains the `humaneval` transpiled splits from `nuprl/MultiPL-E` dataset and is made available separately purely for the convenience of the [vllm-code-harness](https://github.com/iNeil77/vllm-code-harness) package. Specifically, it takes the `v3.0.0` splits of the original dataset but also retains the `humaneval-py` split form `v2.1.0`.
|