Referências:
eurlex57k
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:eurlex/eurlex57k')
- Descrição :
EURLEX57K contains 57k legislative documents in English from EUR-Lex portal, annotated with EUROVOC concepts.
- Licença : CC BY-SA (Creative Commons/Atribuição-Compartilhamento pela mesma licença)
- Versão : 1.1.0
- Divisões :
Dividir | Exemplos |
---|---|
'test' | 6.000 |
'train' | 45.000 |
'validation' | 6.000 |
- Características :
{
"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"
}
}