Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Tags:
evaluation
License:
Fix typo
#1
by
kuotient
- opened
README.md
CHANGED
|
@@ -21,7 +21,7 @@ For more information, see the [paper](https://arxiv.org/abs/2306.05685).
|
|
| 21 |
To load this dataset, use 🤗 datasets:
|
| 22 |
```python
|
| 23 |
from datasets import load_dataset
|
| 24 |
-
data = load_dataset(HuggingFaceH4/mt_bench_prompts, split="train")
|
| 25 |
```
|
| 26 |
### Dataset creation
|
| 27 |
To create the dataset, we do the following for our internal tooling.
|
|
|
|
| 21 |
To load this dataset, use 🤗 datasets:
|
| 22 |
```python
|
| 23 |
from datasets import load_dataset
|
| 24 |
+
data = load_dataset("HuggingFaceH4/mt_bench_prompts", split="train")
|
| 25 |
```
|
| 26 |
### Dataset creation
|
| 27 |
To create the dataset, we do the following for our internal tooling.
|