Files changed (1) hide show
  1. README.md +1 -1
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.