qa_zre

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:qa_zre')
  • Açıklama :
A dataset reducing relation extraction to simple reading comprehension questions
  • Lisans : Bilinen lisans yok
  • Sürüm : 0.1.0
  • Bölmeler :
Bölmek Örnekler
'test' 120000
'train' 8400000
'validation' 6000
  • Özellikler :
{
    "relation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subject": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}