Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
alexrs commited on
Commit
ab393a9
·
verified ·
1 Parent(s): 29943fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("CohereForAI/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,7 +561,7 @@ All language subsets of the dataset share the same fields as above.
561
 
562
  ### Authorship
563
 
564
- - Publishing Organization: [Cohere For AI](https://cohere.com/research)
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