مراجع:
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"
}
}