Datasets:
kargaranamir
commited on
Commit
·
48b7d2d
1
Parent(s):
e98d9c1
Update README.md
Browse files
README.md
CHANGED
@@ -473,19 +473,18 @@ We created this corpus for language identification evaluation task, but feel fre
|
|
473 |
|
474 |
## Usage (HF Loader)
|
475 |
|
476 |
-
Substitute `aar_Latn` with your preferred language:
|
477 |
|
478 |
```python
|
479 |
from datasets import load_dataset
|
480 |
-
dataset = load_dataset('cis-lmu/udhr-lid',
|
481 |
-
print(dataset[0]) # First row
|
482 |
```
|
483 |
|
484 |
## Download
|
485 |
If you are not a fan of the HF dataloader, download each language directly:
|
486 |
|
487 |
```python
|
488 |
-
! wget https://huggingface.co/datasets/cis-lmu/udhr-lid/resolve/main/
|
489 |
```
|
490 |
|
491 |
or clone the whole repository:
|
@@ -500,7 +499,7 @@ We license the actual packaging, the metadata and the annotations of these data
|
|
500 |
|
501 |
|
502 |
## Citation
|
503 |
-
If you use any part of this data in your research
|
504 |
|
505 |
```
|
506 |
@inproceedings{
|
|
|
473 |
|
474 |
## Usage (HF Loader)
|
475 |
|
|
|
476 |
|
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
|
484 |
If you are not a fan of the HF dataloader, download each language directly:
|
485 |
|
486 |
```python
|
487 |
+
! wget https://huggingface.co/datasets/cis-lmu/udhr-lid/resolve/main/udhr-lid.csv
|
488 |
```
|
489 |
|
490 |
or clone the whole repository:
|
|
|
499 |
|
500 |
|
501 |
## Citation
|
502 |
+
If you use any part of this data in your research, please cite it (along with http://www.unicode.org/udhr/d/) using the following BibTeX entry.
|
503 |
|
504 |
```
|
505 |
@inproceedings{
|