اورلکس

منابع:

eurlex57k

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:eurlex/eurlex57k')
  • شرح :
EURLEX57K contains 57k legislative documents in English from EUR-Lex portal, annotated with EUROVOC concepts.
  • مجوز : CC BY-SA (Creative Commons / Attribution-ShareAlike)
  • نسخه : 1.1.0
  • تقسیم ها :
شکاف مثال ها
'test' 6000
'train' 45000
'validation' 6000
  • امکانات :
{
    "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"
    }
}