ঘটনা2মন

তথ্যসূত্র:

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

ds = tfds.load('huggingface:event2Mind')
  • বর্ণনা :
In Event2Mind, we explore the task of understanding stereotypical intents and reactions to events. Through crowdsourcing, we create a large corpus with 25,000 events and free-form descriptions of their intents and reactions, both of the event's subject and (potentially implied) other participants.
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 0.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 5221
'train' 46472
'validation' 5401
  • বৈশিষ্ট্য :
{
    "Source": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Event": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Xintent": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Xemotion": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Otheremotion": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Xsent": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Osent": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}