চুক্তি_বা_না_সংলাপ

তথ্যসূত্র:

সংলাপ

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:deal_or_no_dialog/dialogues')
  • বর্ণনা :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
  • লাইসেন্স : প্রকল্পটি সিসি-বাই-এনসি-এর অধীনে লাইসেন্সপ্রাপ্ত
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 1052
'train' 10095
'validation' 1087
  • বৈশিষ্ট্য :
{
    "input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "dialogue": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "output": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "partner_input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

self_play

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:deal_or_no_dialog/self_play')
  • বর্ণনা :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
  • লাইসেন্স : প্রকল্পটি সিসি-বাই-এনসি-এর অধীনে লাইসেন্সপ্রাপ্ত
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'train' 8172
  • বৈশিষ্ট্য :
{
    "input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}