クオラ

参照:

次のコマンドを使用して、このデータセットを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"
    }
}