তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:quarel')
- বর্ণনা :
QuaRel is a crowdsourced dataset of 2771 multiple-choice story questions, including their logical forms.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 0.1.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 552 |
'train' | 1941 |
'validation' | 278 |
- বৈশিষ্ট্য :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer_index": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"logical_forms": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"logical_form_pretty": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"world_literals": {
"feature": {
"world1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"world2": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}