add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -473,6 +473,26 @@ task_categories:
|
|
| 473 |
task_ids: []
|
| 474 |
paperswithcode_id: null
|
| 475 |
pretty_name: The Universal Declaration of Human Rights (UDHR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 476 |
---
|
| 477 |
|
| 478 |
# Dataset Card for The Universal Declaration of Human Rights (UDHR)
|
|
@@ -623,4 +643,4 @@ United Nations. (1998). The Universal Declaration of Human Rights, 1948-1998. Ne
|
|
| 623 |
|
| 624 |
### Contributions
|
| 625 |
|
| 626 |
-
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset. Updated May 2022 [@leondz](https://github.com/leondz).
|
|
|
|
| 473 |
task_ids: []
|
| 474 |
paperswithcode_id: null
|
| 475 |
pretty_name: The Universal Declaration of Human Rights (UDHR)
|
| 476 |
+
dataset_info:
|
| 477 |
+
features:
|
| 478 |
+
- name: text
|
| 479 |
+
dtype: string
|
| 480 |
+
- name: lang_key
|
| 481 |
+
dtype: string
|
| 482 |
+
- name: lang_name
|
| 483 |
+
dtype: string
|
| 484 |
+
- name: iso639-3
|
| 485 |
+
dtype: string
|
| 486 |
+
- name: iso15924
|
| 487 |
+
dtype: string
|
| 488 |
+
- name: bcp47
|
| 489 |
+
dtype: string
|
| 490 |
+
splits:
|
| 491 |
+
- name: train
|
| 492 |
+
num_bytes: 6753383
|
| 493 |
+
num_examples: 488
|
| 494 |
+
download_size: 2389690
|
| 495 |
+
dataset_size: 6753383
|
| 496 |
---
|
| 497 |
|
| 498 |
# Dataset Card for The Universal Declaration of Human Rights (UDHR)
|
|
|
|
| 643 |
|
| 644 |
### Contributions
|
| 645 |
|
| 646 |
+
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset. Updated May 2022 [@leondz](https://github.com/leondz).
|