Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
kargaranamir commited on
Commit
121948d
·
1 Parent(s): 48b7d2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -477,7 +477,7 @@ We created this corpus for language identification evaluation task, but feel fre
477
  ```python
478
  from datasets import load_dataset
479
  dataset = load_dataset('cis-lmu/udhr-lid', split='test')
480
- print(dataset[test][0]) # First row of udhr-lid
481
  ```
482
 
483
  ## Download
 
477
  ```python
478
  from datasets import load_dataset
479
  dataset = load_dataset('cis-lmu/udhr-lid', split='test')
480
+ print(dataset[0]) # First row of udhr-lid
481
  ```
482
 
483
  ## Download