सन्दर्भ:
v1.0
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:cos_e/v1.0')
- विवरण :
Common Sense Explanations (CoS-E) allows for training language models to
automatically generate explanations that can be used during training and
inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.0.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 7610 |
'validation' | 950 |
- विशेषताएँ :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"choices": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstractive_explanation": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"extractive_explanation": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
v1.11
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:cos_e/v1.11')
- विवरण :
Common Sense Explanations (CoS-E) allows for training language models to
automatically generate explanations that can be used during training and
inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.11.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 9741 |
'validation' | 1221 |
- विशेषताएँ :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"choices": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstractive_explanation": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"extractive_explanation": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}