Spaces:
Running
Running
File size: 1,988 Bytes
b78dec9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | {
"builder_name": "parquet",
"citation": "",
"config_name": "default",
"dataset_name": "xsum",
"dataset_size": 532255381,
"description": "",
"download_checksums": {
"hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/train-00000-of-00001.parquet": {
"num_bytes": 299612457,
"checksum": null
},
"hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/validation-00000-of-00001.parquet": {
"num_bytes": 16447668,
"checksum": null
},
"hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/test-00000-of-00001.parquet": {
"num_bytes": 16731226,
"checksum": null
}
},
"download_size": 332791351,
"features": {
"document": {
"dtype": "string",
"_type": "Value"
},
"summary": {
"dtype": "string",
"_type": "Value"
},
"id": {
"dtype": "string",
"_type": "Value"
},
"input_ids": {
"feature": {
"dtype": "int32",
"_type": "Value"
},
"_type": "List"
},
"attention_mask": {
"feature": {
"dtype": "int8",
"_type": "Value"
},
"_type": "List"
},
"labels": {
"feature": {
"dtype": "int64",
"_type": "Value"
},
"_type": "List"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 865046732,
"splits": {
"train": {
"name": "train",
"num_bytes": 479206363,
"num_examples": 204045,
"dataset_name": "xsum"
},
"validation": {
"name": "validation",
"num_bytes": 26292877,
"num_examples": 11332,
"dataset_name": "xsum"
},
"test": {
"name": "test",
"num_bytes": 26756141,
"num_examples": 11334,
"dataset_name": "xsum"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
} |