सहानुभूतिपूर्ण_संवाद

सन्दर्भ:

इस डेटासेट को 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"
    }
}