xsum_tiny / dataset_infos.json
SpeedOfMagic's picture
Upload dataset_infos.json with huggingface_hub
a73a47f
{"SpeedOfMagic--xsum_tiny": {"description": "\nExtreme Summarization (XSum) Dataset.\n\nThere are three features:\n - document: Input news article.\n - summary: One sentence summary of the article.\n - id: BBC ID of the article.\n\n", "citation": "\n@article{Narayan2018DontGM,\n title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},\n author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},\n journal={ArXiv},\n year={2018},\n volume={abs/1808.08745}\n}\n", "homepage": "https://github.com/EdinburghNLP/XSum/tree/master/XSum-Dataset", "license": "", "features": {"document": {"dtype": "string", "id": null, "_type": "Value"}, "summary": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "document", "output": "summary"}, "task_templates": null, "builder_name": "xsum", "config_name": "default", "version": {"version_str": "1.2.0", "description": null, "major": 1, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2277043, "num_examples": 1000, "dataset_name": "xsum_tiny"}, "validation": {"name": "validation", "num_bytes": 210986, "num_examples": 100, "dataset_name": "xsum_tiny"}, "test": {"name": "test", "num_bytes": 246286, "num_examples": 100, "dataset_name": "xsum_tiny"}}, "download_checksums": null, "download_size": 1754592, "post_processing_size": null, "dataset_size": 2734315, "size_in_bytes": 4488907}}