Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -530,7 +530,7 @@ To load this dataset with Datasets, you'll need to install Datasets as pip insta
|
|
530 |
```python
|
531 |
from datasets import load_dataset
|
532 |
|
533 |
-
dataset = load_dataset("
|
534 |
```
|
535 |
|
536 |
The above code block will load only the English subset of the entire dataset. You can load other subsets by specifying other supported languages of interest or the entire dataset by leaving that argument as blank.
|
@@ -561,7 +561,7 @@ All language subsets of the dataset share the same fields as above.
|
|
561 |
|
562 |
### Authorship
|
563 |
|
564 |
-
- Publishing Organization: [Cohere
|
565 |
- Industry Type: Not-for-profit - Tech
|
566 |
- Contact Details: https://cohere.com/research/aya
|
567 |
|
|
|
530 |
```python
|
531 |
from datasets import load_dataset
|
532 |
|
533 |
+
dataset = load_dataset("CohereLabs/m_ArenaHard", "en")
|
534 |
```
|
535 |
|
536 |
The above code block will load only the English subset of the entire dataset. You can load other subsets by specifying other supported languages of interest or the entire dataset by leaving that argument as blank.
|
|
|
561 |
|
562 |
### Authorship
|
563 |
|
564 |
+
- Publishing Organization: [Cohere Labs](https://cohere.com/research)
|
565 |
- Industry Type: Not-for-profit - Tech
|
566 |
- Contact Details: https://cohere.com/research/aya
|
567 |
|