Fix loading script with a valid subset that exists

#5
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -229,7 +229,7 @@ To load this dataset consisting of prompt-completions with `datasets`, you just
229
  ```python
230
  from datasets import load_dataset
231
 
232
- aya_eval = load_dataset("CohereForAI/aya_evaluation_suite", "dataset")
233
  ```
234
 
235
  ## Data Fields
 
229
  ```python
230
  from datasets import load_dataset
231
 
232
+ aya_eval = load_dataset("CohereForAI/aya_evaluation_suite", "aya_human_annotated")
233
  ```
234
 
235
  ## Data Fields