udhr

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:udhr')
  • Mô tả :
The Universal Declaration of Human Rights (UDHR) is a milestone document in the history of human rights. Drafted by
representatives with different legal and cultural backgrounds from all regions of the world, it set out, for the
first time, fundamental human rights to be universally protected. The Declaration was adopted by the UN General
Assembly in Paris on 10 December 1948 during its 183rd plenary meeting. The dataset includes translations of the
document in 464 languages and dialects.

© 1996 – 2009 The Office of the High Commissioner for Human Rights

This plain text version prepared by the “UDHR in Unicode” project, https://www.unicode.org/udhr.
  • Giấy phép : Không có giấy phép đã biết
  • Phiên bản : 1.0.0
  • Tách :
Tách ra Các ví dụ
'train' 488
  • Các tính năng :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "lang_key": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "lang_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "iso639-3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "iso15924": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}