सन्दर्भ:
इस डेटासेट को 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"
}
}