সহানুভূতিশীল_সংলাপ

তথ্যসূত্র:

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