mdd

सन्दर्भ:

कार्य1_qa

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

ds = tfds.load('huggingface:mdd/task1_qa')
  • विवरण :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 3.0 लाइसेंस
  • संस्करण : 1.1.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 9952
'train' 96185
'validation' 9968
  • विशेषताएँ :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

कार्य2_recs

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

ds = tfds.load('huggingface:mdd/task2_recs')
  • विवरण :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 3.0 लाइसेंस
  • संस्करण : 1.1.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 10000
'train' 1000000
'validation' 10000
  • विशेषताएँ :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

Task3_qarecs

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

ds = tfds.load('huggingface:mdd/task3_qarecs')
  • विवरण :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 3.0 लाइसेंस
  • संस्करण : 1.1.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 4915
'train' 952125
'validation' 5052
  • विशेषताएँ :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

कार्य4_रेडिट

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

ds = tfds.load('huggingface:mdd/task4_reddit')
  • विवरण :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 3.0 लाइसेंस
  • संस्करण : 1.1.0
  • विभाजन :
विभाजित करना उदाहरण
'cand_test' 10000
'cand_valid' 10000
'test' 10000
'train' 945198
'validation' 10000
  • विशेषताएँ :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}