nq_open

सन्दर्भ:

nq_open

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:nq_open/nq_open')
  • विवरण :
The NQ-Open task, introduced by Lee et.al. 2019,
is an open domain question answering benchmark that is derived from Natural Questions.
The goal is to predict an English answer string for an input English question.
All questions can be answered using the contents of English Wikipedia.
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 2.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 87925
'validation' 3610
  • विशेषताएँ :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}