Update README.md
Browse files
README.md
CHANGED
|
@@ -265,4 +265,12 @@ configs:
|
|
| 265 |
data_files:
|
| 266 |
- split: test
|
| 267 |
path: typescript/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
---
|
|
|
|
|
|
|
|
|
| 265 |
data_files:
|
| 266 |
- split: test
|
| 267 |
path: typescript/test-*
|
| 268 |
+
task_categories:
|
| 269 |
+
- text-generation
|
| 270 |
+
tags:
|
| 271 |
+
- code
|
| 272 |
+
size_categories:
|
| 273 |
+
- 1K<n<10K
|
| 274 |
---
|
| 275 |
+
|
| 276 |
+
This dataset contains a viewer-friendly version of the dataset at `mxeval/multi-humaneval` with language-specific stop tokens added in. It is made available separately for the convenience of the [vllm-code-harness](https://github.com/iNeil77/vllm-code-harness) package.
|