कहानी_बंद करें

सन्दर्भ:

2016

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

ds = tfds.load('huggingface:story_cloze/2016')
  • विवरण :
Story Cloze Test' is a commonsense reasoning framework for evaluating story understanding,
story generation, and script learning.This test requires a system to choose the correct ending
to a four-sentence story.
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 0.0.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 1871
'validation' 1871
  • विशेषताएँ :
{
    "story_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_4": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer_right_ending": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    }
}

2018

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

ds = tfds.load('huggingface:story_cloze/2018')
  • विवरण :
Story Cloze Test' is a commonsense reasoning framework for evaluating story understanding,
story generation, and script learning.This test requires a system to choose the correct ending
to a four-sentence story.
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 0.0.0
  • विभाजन :
विभाजित करना उदाहरण
'validation' 1571
  • विशेषताएँ :
{
    "story_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_4": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer_right_ending": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    }
}