参考文献:
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:quora')
- 説明:
The Quora dataset is composed of question pairs, and the task is to determine if the questions are paraphrases of each other (have the same meaning).
- ライセンス: 不明なライセンス
- バージョン: 0.0.0
- 分割:
スプリット | 例 |
---|---|
'train' | 404290 |
- 特徴:
{
"questions": {
"feature": {
"id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"is_duplicate": {
"dtype": "bool",
"id": null,
"_type": "Value"
}
}