Datasets:
Commit
•
4175aff
1
Parent(s):
9a0bbdb
Fix loading script with a valid subset that exists (#5)
Browse files- Fix loading script with a valid subset that exists (a5479b5a6ae70b07ba7219103c9949f3211d3f05)
Co-authored-by: Ramith Hettiarachchi <[email protected]>
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", "
|
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
|