kor_qpair

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:kor_qpair')
  • Mô tả :
This is a Korean paired question dateset containing labels that denote whether two questions in a given pair are semantically identical.
  • Giấy phép : Giấy phép MIT (MIT)
  • Phiên bản : 1.1.0
  • Tách :
Tách ra Các ví dụ
'test' 758
'train' 6136
'validation' 682
  • Các tính năng :
{
    "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"
    }
}