הפניות:
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 / ייחוס-שיתוף זהה)
- גרסה : 1.1.0
- פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 6000 |
'train' | 45,000 |
'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"
}
}