এমডিডি

তথ্যসূত্র:

টাস্ক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"
    }
}

task2_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"
    }
}

task4_reddit

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"
    }
}