Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:xsum')
- Descripción :
Extreme Summarization (XSum) Dataset.
There are three features:
- document: Input news article.
- summary: One sentence summary of the article.
- id: BBC ID of the article.
- Licencia : Ninguna licencia conocida
- Versión : 1.2.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'test' | 11334 |
'train' | 204045 |
'validation' | 11332 |
- Características :
{
"document": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"summary": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}