eurlex

Referensi:

eurolex57k

Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:

ds = tfds.load('huggingface:eurlex/eurlex57k')
  • Keterangan :
EURLEX57K contains 57k legislative documents in English from EUR-Lex portal, annotated with EUROVOC concepts.
  • Lisensi : CC BY-SA (Creative Commons / Attribution-ShareAlike)
  • Versi : 1.1.0
  • Perpecahan :
Membelah Contoh
'test' 6000
'train' 45000
'validation' 6000
  • Fitur :
{
    "celex_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "eurovoc_concepts": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}