File size: 1,383 Bytes
205bbad |
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 |
{
"builder_name": "parquet",
"citation": "",
"config_name": "pair",
"dataset_name": "amazon-qa",
"dataset_size": 837921623,
"description": "",
"download_checksums": {
"hf://datasets/sentence-transformers/amazon-qa@614a80086ee434a4fdbb8629f07c6c2374df840b/pair/train-00000-of-00002.parquet": {
"num_bytes": 208313525,
"checksum": null
},
"hf://datasets/sentence-transformers/amazon-qa@614a80086ee434a4fdbb8629f07c6c2374df840b/pair/train-00001-of-00002.parquet": {
"num_bytes": 208394369,
"checksum": null
}
},
"download_size": 416707894,
"features": {
"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": 1254629517,
"splits": {
"train": {
"name": "train",
"num_bytes": 837921623,
"num_examples": 2507114,
"shard_lengths": [
1496557,
1010557
],
"dataset_name": "amazon-qa"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
} |