kor_qpair

सन्दर्भ:

इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:

ds = tfds.load('huggingface:kor_qpair')
  • विवरण :
This is a Korean paired question dateset containing labels that denote whether two questions in a given pair are semantically identical.
  • लाइसेंस : एमआईटी लाइसेंस (एमआईटी)
  • संस्करण : 1.1.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 758
'train' 6136
'validation' 682
  • विशेषताएं :
{
    "question1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "is_duplicate": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}