Librarian Bot: Add language metadata for dataset
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: clj
|
4 |
features:
|
@@ -547,12 +553,8 @@ configs:
|
|
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`.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
size_categories:
|
5 |
+
- 1K<n<10K
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
dataset_info:
|
9 |
- config_name: clj
|
10 |
features:
|
|
|
553 |
data_files:
|
554 |
- split: test
|
555 |
path: ts/test-*
|
|
|
|
|
556 |
tags:
|
557 |
- code
|
|
|
|
|
558 |
---
|
559 |
|
560 |
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`.
|