qa-kpwr / dataset_infos.json
ktagowski's picture
Upload dataset_infos.json with huggingface_hub
4330ff1
Raw
History Blame
1.41 kB
{"default": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"question": {
"dtype": "string",
"_type": "Value"
},
"is_paraphrase": {
"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"
},
"has_multiple_answers": {
"dtype": "bool",
"_type": "Value"
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 14531556,
"num_examples": 8198,
"dataset_name": null
}
},
"download_size": 3306389,
"dataset_size": 14531556,
"size_in_bytes": 17837945
}}