ความเห็นอกเห็นใจ_บทสนทนา

ข้อมูลอ้างอิง:

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:empathetic_dialogues')
  • คำอธิบาย :
PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset
  • ใบอนุญาต : ไม่ทราบใบอนุญาต
  • เวอร์ชัน : 0.1.0
  • แยก :
แยก ตัวอย่าง
'test' 10943
'train' 76673
'validation' 12030
  • คุณสมบัติ :
{
    "conv_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "utterance_idx": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "prompt": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "speaker_idx": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "utterance": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "selfeval": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "tags": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}