qa-kpwr / dataset_infos.json
ktagowski's picture
Upload dataset_infos.json with huggingface_hub
fc2dde3
raw
history blame
2.08 kB
{
"default": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"question": {
"dtype": "string",
"_type": "Value"
},
"is_paraphrase": {
"dtype": "bool",
"_type": "Value"
},
"is_impossible": {
"dtype": "bool",
"_type": "Value"
},
"answers": {
"answer_end": {
"feature": {
"dtype": "int64",
"_type": "Value"
},
"_type": "Sequence"
},
"answer_start": {
"feature": {
"dtype": "int64",
"_type": "Value"
},
"_type": "Sequence"
},
"text": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
}
},
"context": {
"dtype": "string",
"_type": "Value"
},
"dataset": {
"dtype": "string",
"_type": "Value"
},
"context_id": {
"dtype": "int64",
"_type": "Value"
}
},
"config_name": "default",
"splits": {
"train": {
"name": "train",
"num_bytes": 12968910,
"num_examples": 7563,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 3141286,
"num_examples": 1878,
"dataset_name": null
}
},
"download_size": 0,
"dataset_size": 16110196,
"size_in_bytes": 16110196
}
}