Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
alexrs commited on
Commit
5454690
·
verified ·
1 Parent(s): bf7d7b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -514,7 +514,7 @@ To load this dataset with Datasets, you'll need to install Datasets as `pip inst
514
  ```python
515
  from datasets import load_dataset
516
 
517
- dataset = load_dataset("CohereForAI/m-WildVision", "eng_Latn")
518
  ```
519
 
520
  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.
@@ -546,7 +546,7 @@ All language subsets of the dataset share the same fields as above.
546
 
547
  ### Authorship
548
 
549
- - Publishing Organization: [Cohere For AI](https://cohere.com/research)
550
  - Industry Type: Not-for-profit - Tech
551
  - Contact Details: https://cohere.com/research/aya
552
 
 
514
  ```python
515
  from datasets import load_dataset
516
 
517
+ dataset = load_dataset("CohereLabs/m-WildVision", "eng_Latn")
518
  ```
519
 
520
  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.
 
546
 
547
  ### Authorship
548
 
549
+ - Publishing Organization: [Cohere Labs](https://cohere.com/research)
550
  - Industry Type: Not-for-profit - Tech
551
  - Contact Details: https://cohere.com/research/aya
552