参考文献:
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"
}
}